remm 2002/10/29 09:58:09
Modified: . build.properties.default build.xml
Log:
- Fix incorrect nsis path.
- Update to MX4J 1.1.1.
Revision Changes Path
1.48 +3 -3 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.properties.default 26 Oct 2002 14:23:12 -0000 1.47
+++ build.properties.default 29 Oct 2002 17:58:09 -0000 1.48
@@ -173,11 +173,11 @@
# ----- Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or
later -----
-jmx.home=${base.path}/mx4j-1.1
+jmx.home=${base.path}/mx4j-1.1.1
jmx.lib=${jmx.home}/lib
jmx.jar=${jmx.lib}/mx4j-jmx.jar
jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
-jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.tar.gz
+jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
# ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later -----
1.54 +1 -1 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- build.xml 28 Oct 2002 19:32:44 -0000 1.53
+++ build.xml 29 Oct 2002 17:58:09 -0000 1.54
@@ -856,7 +856,7 @@
</antcall>
<antcall target="downloadfile">
<param name="sourcefile" value="${nsis.loc}"/>
- <param name="destfile" value="${nsis.home}/nsis.exe"/>
+ <param name="destfile" value="${nsis.exe}"/>
<param name="destdir" value="${nsis.home}"/>
</antcall>
<antcall target="downloadgz">
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>