billbarker 2004/01/01 15:05:04 Modified: jk build.xml Log: Only build ApacheConfig and friends for TC 5. Revision Changes Path 1.71 +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.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- build.xml 5 Nov 2003 09:15:06 -0000 1.70 +++ build.xml 1 Jan 2004 23:05:04 -0000 1.71 @@ -178,6 +178,7 @@ <exclude name="org/apache/jk/common/JkMX.java" unless="jmx.detect"/> <exclude name="org/apache/jk/common/ModJkMX.java" unless="jmx.detect"/> <exclude name="org/apache/jk/common/Shm14.java" unless="jdk14.detect"/> + <exclude name="org/apache/jk/config/*Config.java" unless="tomcat5.detect" /> <classpath> <path refid="xml-apis.classpath"/> <path refid="build-main.classpath"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]