hgomez      01/09/27 03:26:02

  Modified:    jk       build.xml
  Log:
  Add tomcat3.skip to help people build ajp13 for Tomcat 4.0
  without Tomcat 3.3 on their box
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/06/24 21:19:22     1.11
  +++ build.xml 2001/09/27 10:26:02     1.12
  @@ -64,7 +64,7 @@
               verbose="off"
               excludes="**/CVS/**">
            <exclude name="org/apache/ajp/tomcat4/**" if="tomcat4.skip"/>
  -         <exclude name="org/apache/ajp/tomcat33/**" />
  +        <exclude name="org/apache/ajp/tomcat33/**" if="tomcat3.skip"/>
            <classpath refid="build-main.classpath"/>
        </javac>
   
  
  
  


Reply via email to