seguin      01/05/15 08:20:52

  Modified:    jk       build.xml
  Log:
  you can now exclude the tomcat4 subdir (there's probably a better way to do this...  
i'm an ant newbie :)
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/05/12 05:52:39     1.1
  +++ build.xml 2001/05/15 15:20:43     1.2
  @@ -25,6 +25,7 @@
               optimize="off"
               verbose="off"
               excludes="**/CVS/**">
  +         <exclude name="org/apache/ajp/tomcat4/**" if="tomcat4.skip"/>
        </javac>
   
        <!-- Copy static resource files -->
  
  
  

Reply via email to