hgomez 2003/10/13 02:45:05 Modified: proposals/JmxSupport build.xml Log: Fix mx4j jar name (1.1.1) Revision Changes Path 1.2 +1 -1 jakarta-tomcat/proposals/JmxSupport/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/proposals/JmxSupport/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 30 Sep 2002 02:17:43 -0000 1.1 +++ build.xml 13 Oct 2003 09:45:05 -0000 1.2 @@ -18,7 +18,7 @@ <property name="commons-logging.jar" location="${tomcat.build}/lib/common/commons-logging.jar" /> - <property name="jmx.jar" location="${jakarta-tomcat-connectors}/lib/mx4j.jar"/> + <property name="jmx.jar" location="${jakarta-tomcat-connectors}/lib/mx4j-jmx.jar"/> <property name="jmxtools.jar" location="${jakarta-tomcat-connectors}/lib/mx4j-tools.jar"/> <property name="tomcat.classes.dir" location="${tomcat.build}/classes"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]