CVS update: JGroupsWebsite build.xml

"Bela Ban" <[email protected]> Wed, 20 Jul 2011 16:23:28 +0000
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 11/07/20 16:23:28

  Modified:    .        build.xml
  Log:
  creating 2.x documentation separately from 3.x
  
  Revision  Changes    Path
  1.8       +13 -7     JGroupsWebsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroupsWebsite/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	20 Jul 2011 16:14:01 -0000	1.7
  +++ build.xml	20 Jul 2011 16:23:28 -0000	1.8
  @@ -84,18 +84,18 @@
   
           <antcall target="copy-schema" description="Copies the schema dir to build/schema"/>
   
  -        <antcall target="copy-javadoc" description="Generates and copies the javadoc to the build dir"/>
  -
           <antcall target="copy-articles" description="Copies articles from JGroupsArticles"/>
   
  -        <antcall target="copy-manual-2.x" description="Copies the 2.x manual to build/manual"/>
  +        <antcall target="copy-javadoc-2.x" description="Generates and copies the javadoc to the build dir"/>
  +        <antcall target="copy-javadoc" description="Generates and copies the javadoc to the build dir"/>
   
  +        <antcall target="copy-manual-2.x" description="Copies the 2.x manual to build/manual"/>
           <antcall target="copy-manual" description="Copies the 3.x manual to build/manual-3.x"/>
   
  -        <antcall target="copy-tutorial" description="Copies the tutorial to build/tutorial"/>
  -        
  -        <copyDirectory from="${jnlp.dir}" to="${build.dir}/jnlp"/>
  +        <antcall target="copy-tutorial-2.x" description="Copies the 2.x tutorial to build/tutorial"/>
  +        <antcall target="copy-tutorial" description="Copies the 3.x tutorial to build/tutorial-3.x"/>
   
  +        <copyDirectory from="${jnlp.dir}" to="${build.dir}/jnlp"/>
       </target>
   
   
  @@ -103,7 +103,13 @@
       <target name="copy-javadoc" if="jgroups.exists" depends="check-jgroups"
               description="Generates JGroups/dist/javadoc and copies it to ./build if the JGroups directory is found ">
           <ant dir="${jgroups.dir}" antfile="${jgroups.dir}/build.xml" target="javadoc" inheritall="false"/>
  -        <copyDirectory from="${jgroups.dir}/dist/javadoc" to="${build.dir}/javadoc"/>
  +        <copyDirectory from="${jgroups.dir}/dist/javadoc" to="${build.dir}/javadoc-3.x"/>
  +    </target>
  +
  +    <target name="copy-javadoc-2.x" if="jgroups.2.exists" depends="check-jgroups-2.x"
  +            description="Generates JGroups-2.12-branch/dist/javadoc and copies it to ./build if the JGroups directory is found ">
  +        <ant dir="${jgroups.2.dir}" antfile="${jgroups.2.dir}/build.xml" target="javadoc" inheritall="false"/>
  +        <copyDirectory from="${jgroups.2.dir}/dist/javadoc" to="${build.dir}/javadoc"/>
       </target>
   
   
  
  
  

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/