costin 2003/03/04 10:12:49 Modified: jk build.xml Log: Exclude jkmx if JMX is not present Revision Changes Path 1.65 +2 -2 jakarta-tomcat-connectors/jk/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- build.xml 26 Jan 2003 03:00:23 -0000 1.64 +++ build.xml 4 Mar 2003 18:12:49 -0000 1.65 @@ -175,9 +175,9 @@ verbose="off" > <exclude name="org/apache/ajp/**" if="tomcat5.detect"/> <exclude name="org/apache/ajp/tomcat4/**" unless="tomcat40.detect"/> - <exclude name="org/apache/ajp/tomcat33/**" - unless="tomcat33.detect"/> + <exclude name="org/apache/ajp/tomcat33/**" unless="tomcat33.detect"/> <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"/> <classpath> <path refid="xml-apis.classpath"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]