Author: markt Date: Sat Mar 24 14:50:03 2007 New Revision: 522110 URL: http://svn.apache.org/viewvc?view=rev&rev=522110 Log: Correct build process to use correct mx4j.jar as a result of packing changes in mx4j
Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?view=diff&rev=522110&r1=522109&r2=522110 ============================================================================== --- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original) +++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Sat Mar 24 14:50:03 2007 @@ -641,10 +641,13 @@ [4.1.35] Admin webapp Fix APR connector configuration by removing unsupported - attributes socketBuffer and threadPriority. + attributes socketBuffer and threadPriority [4.1.35] service.bat - Add tools.jar to classpath so JSPs will compile. + Add tools.jar to classpath so JSPs will compile + +[4.1.36] mx4j + Update build process so correct mx4j jar is used ------------------ Modified: tomcat/container/branches/tc4.1.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.properties.default?view=diff&rev=522110&r1=522109&r2=522110 ============================================================================== --- tomcat/container/branches/tc4.1.x/build.properties.default (original) +++ tomcat/container/branches/tc4.1.x/build.properties.default Sat Mar 24 14:50:03 2007 @@ -187,7 +187,7 @@ # ----- Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.0 or later ----- jmx.home=${base.path}/mx4j-3.0.2 jmx.lib=${jmx.home}/lib -jmx.jar=${jmx.lib}/mx4j-jmx.jar +jmx.jar=${jmx.lib}/mx4j.jar jmx.license=${jmx.home}/LICENSE.txt jmx.loc=${base-sourceforge.loc}/mx4j/mx4j-3.0.2.tar.gz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]