User: starksm 
  Date: 01/10/01 00:09:32

  Modified:    catalina/src/build build.xml
  Log:
  Delete the bundle dir in the clean target
  
  Revision  Changes    Path
  1.5       +2 -1      contrib/catalina/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/catalina/src/build/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/09/27 01:55:45     1.4
  +++ build.xml 2001/10/01 07:09:32     1.5
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.4 2001/09/27 01:55:45 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/10/01 07:09:32 starksm Exp $ -->
   
   <!-- An Ant build file for the catalina-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -151,6 +151,7 @@
     <!-- =================================================================== -->
     <target name="clean">
       <delete dir="${build.dir}"/>
  +    <delete dir="${bundle.dir}"/>
     </target>
   
   </project>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to