vmassol     02/03/28 13:46:21

  Modified:    .        build.xml
  Log:
  do not perform any clean for the nightly target
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 10 Mar 2002 14:32:48 -0000      1.1
  +++ build.xml 28 Mar 2002 21:46:21 -0000      1.2
  @@ -342,7 +342,7 @@
   
       <!-- Generate all distributables -->
       <target name="dist"
  -        
depends="clean.cactus,dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation">
  +        
depends="dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation">
       </target>
   
      <!--
  @@ -461,7 +461,7 @@
   
       </target>
   
  -    <target name="release" depends="release.prepare,release.common"
  +    <target name="release" depends="release.prepare,clean,release.common"
           description="Generate a release">
       </target>
   
  
  
  

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

Reply via email to