fede        01/02/25 03:23:17

  Modified:    .        build.xml
  Log:
  build proposal
  
  Revision  Changes    Path
  1.8       +21 -9     jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/02/25 07:31:44     1.7
  +++ build.xml 2001/02/25 11:23:15     1.8
  @@ -103,15 +103,16 @@
       <echo message=""/>
       <echo message=" available targets are:"/>
       <echo message=""/>
  -    <echo message="   jar        --> generates the ${Name} jar files"/>
  -    <echo message="   test       --> perform unit tests"/>
  -    <echo message="   compile    --> compiles the source code"/>
  -    <echo message="   javadocs   --> generates the API documentation (java 
1.2+ only)"/>
  -    <echo message="   docs       --> generates the ${Name} Documentation"/>
  -    <echo message="   dist-lite  --> generates the ${Name} distribution 
without the javadocs (default)"/>
  -    <echo message="   dist       --> generates the ${Name} distribution"/>
  -    <echo message="   clean      --> cleans up the created directories"/>
  -    <echo message="   real-clean --> cleans up all genereated files and 
directories"/>
  +    <echo message="   jar          --> generates the ${Name} jar files"/>
  +    <echo message="   test         --> perform unit tests"/>
  +    <echo message="   compile      --> compiles the source code"/>
  +    <echo message="   javadocs     --> generates the API documentation (java 
1.2+ only)"/>
  +    <echo message="   docs         --> generates the ${Name} Documentation"/>
  +    <echo message="   main or jars --> generates the ${Name} distribution 
without the javadocs (default)"/>
  +    <echo message="   dist         --> generates the ${Name} distribution"/>
  +    <echo message="   clean        --> cleans up the created directories"/>
  +    <echo message="   real-clean   --> cleans up all genereated files and 
directories"/>
  +    <echo message="   proposal     --> generates the ${Name} proposal 
distribution without the javadocs"/>
       <echo message=""/>
       <echo 
message="-------------------------------------------------------------"/>
       <echo message=""/>
  @@ -454,6 +455,17 @@
         <param name="dist.dir" value="${dist.name}" />
       </antcall>
       <delete dir="${dist.name}" />
  +  </target>
  +
  +  <!--
  +       ===================================================================
  +                 Generate proposal jars
  +       ===================================================================
  +  -->
  +  <target name="proposal">
  +    <antcall target="main">
  +      <param name="java.dir" value="${src.dir}/proposal"/>
  +    </antcall>
     </target>
   
     <!--
  
  
  

Reply via email to