remm 2005/01/20 04:00:20
Modified: . build.xml build.properties.default
Log:
- Better handling of MX4J downloading.
Revision Changes Path
1.222 +1 -2 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- build.xml 8 Jan 2005 11:14:37 -0000 1.221
+++ build.xml 20 Jan 2005 12:00:20 -0000 1.222
@@ -1758,10 +1758,9 @@
<param name="destfile" value="${xml-apis.jar}"/>
</antcall>
- <antcall target="downloadzip">
+ <antcall target="downloadgz">
<param name="sourcefile" value="${jmx.loc}"/>
<param name="destfile" value="${jmx.jar}"/>
- <param name="destdir" value="${jmx.home}"/>
</antcall>
<antcall target="downloadzip">
1.140 +4 -4 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- build.properties.default 19 Jan 2005 14:34:38 -0000 1.139
+++ build.properties.default 20 Jan 2005 12:00:20 -0000 1.140
@@ -59,7 +59,7 @@
base-struts.loc=http://archive.apache.org/dist/struts
# ----- Sourceforge files base location -----
-base-sf.loc=http://telia.dl.sourceforge.net/sourceforge
+base-sf.loc=http://unc.dl.sourceforge.net/sourceforge
# --------------------------------------------------
# REQUIRED LIBRARIES
@@ -189,11 +189,11 @@
commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
# ----- Java Management Extensions (JMX), JMX RI 1.2.1 or later or MX4J
2.0.1 or later -----
-jmx.home=${base.path}/mx4j-2.1.0/mx4j-2.1.0
+jmx.home=${base.path}/mx4j-2.1.1
jmx.lib=${jmx.home}/lib
jmx.jar=${jmx.lib}/mx4j.jar
jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
-jmx.loc=${base-sf.loc}/mx4j/mx4j-2.1.0.zip
+jmx.loc=${base-sf.loc}/mx4j/mx4j-2.1.1.tar.gz
# ----- JUnit Unit Test Suite, version 3.7 or later -----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]