[EMAIL PROTECTED] wrote:

remm 2004/03/12 06:35:45

Modified: . build.xml
Log:
- Don't bother about the other JMX related binaries.
Revision Changes Path
1.180 +0 -6 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- build.xml 12 Mar 2004 14:31:24 -0000 1.179
+++ build.xml 12 Mar 2004 14:35:45 -0000 1.180
@@ -137,12 +137,6 @@
<copy todir="${tomcat.build}/bin" file="${commons-logging-api.jar}" />
<copy tofile="${tomcat.build}/bin/jmx.jar" file="${jmx.jar}" />
- <copy tofile="${tomcat.build}/common/lib/jmx-tools.jar" - file="${jmx-tools.jar}" failonerror="false" />
- <copy tofile="${tomcat.build}/common/lib/jmx-remote.jar" - file="${jmx-remote.jar}" failonerror="false" />
- <copy tofile="${tomcat.build}/common/lib/jmx-remote-tools.jar" - file="${jmx-remote-tools.jar}" failonerror="false" />
<copy todir="${tomcat.build}/server/lib" file="${commons-modeler.jar}" />

We have HTTP and JRMP support in jmx-tools.jar, are you sure we could forget to include them ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to