User: starksm 
  Date: 01/10/01 00:08:42

  Modified:    tomcat/src/build Tag: Branch_2_4 build.xml
  Log:
  Remove bundle dir in clean target
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.6  +2 -1      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.15.2.5
  retrieving revision 1.15.2.6
  diff -u -r1.15.2.5 -r1.15.2.6
  --- build.xml 2001/10/01 04:11:57     1.15.2.5
  +++ build.xml 2001/10/01 07:08:42     1.15.2.6
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.15.2.5 2001/10/01 04:11:57 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.15.2.6 2001/10/01 07:08:42 starksm Exp $ -->
   
   <!-- An Ant build file for the tomcat-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -208,6 +208,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