donaldp     02/03/21 06:22:13

  Modified:    .        build.xml
  Log:
  Integrated tar into control build file.
  
  Revision  Changes    Path
  1.118     +3 -0      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- build.xml 18 Mar 2002 11:23:32 -0000      1.117
  +++ build.xml 21 Mar 2002 14:22:13 -0000      1.118
  @@ -16,6 +16,7 @@
       <ant dir="i18n"/>
       <ant dir="io"/>
       <ant dir="naming"/>
  +    <ant dir="tar"/>
     </target>
   
     <!-- Build a summary test report from the results of the tests of all 
subprojects. -->
  @@ -46,6 +47,7 @@
       <ant dir="i18n" target="jar"/>
       <ant dir="io" target="jar"/>
       <ant dir="naming" target="jar"/>
  +    <ant dir="tar" target="jar"/>
   
       <jlink compress="false" outfile="excalibur-all.jar">
         <mergefiles>
  @@ -66,6 +68,7 @@
       <ant dir="i18n" target="real-clean"/>
       <ant dir="io" target="real-clean"/>
       <ant dir="naming" target="real-clean"/>
  +    <ant dir="tar" target="real-clean"/>
   
     </target>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to