leif        2002/08/08 03:27:42

  Modified:    .        build.xml
  Log:
  Added fortress to the dist build.
  
  Revision  Changes    Path
  1.179     +2 -0      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- build.xml 8 Aug 2002 10:04:34 -0000       1.178
  +++ build.xml 8 Aug 2002 10:27:42 -0000       1.179
  @@ -53,6 +53,7 @@
           <ant dir="naming" target="dist"/>
           <ant dir="tar" target="dist"/>
           <ant dir="zip" target="dist"/>
  +        <ant dir="fortress" target="dist"/>
       </target>
   
       <target name="jdepend" if="do.jdepend" description="Generate Dependency 
Analysis Report">
  @@ -266,6 +267,7 @@
           <ant dir="naming" target="jar"/>
           <ant dir="tar" target="jar"/>
           <ant dir="zip" target="jar"/>
  +        <ant dir="fortress" target="jar"/>
   
           <jlink compress="false" outfile="excalibur-all-tmp.jar">
               <mergefiles>
  
  
  

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

Reply via email to