Author: remy.maucherat(a)jboss.com
Date: 2008-07-23 13:28:10 -0400 (Wed, 23 Jul 2008)
New Revision: 726
Modified:
trunk/build.properties.default
trunk/webapps/docs/changelog.xml
Log:
- Update various dependencies.
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2008-07-23 12:43:59 UTC (rev 725)
+++ trunk/build.properties.default 2008-07-23 17:28:10 UTC (rev 726)
@@ -39,8 +39,8 @@
# ----- Eclipse JDT, version 3.2 or later -----
jdt.home=${base.path}/eclipse/plugins
jdt.lib=${jdt.home}
-jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
-jdt.loc=http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/eclipse-JDT-3.3.2.zip
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.4.0.v_874.jar
+jdt.loc=http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-JDT-3.4.zip
# ----- Commons DBCP, version 1.1 or later -----
commons-dbcp.version=1.2.2
@@ -52,25 +52,25 @@
commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.4-src.tar.gz
# ----- Commons Collections, version 2.0 or later -----
-commons-collections.home=${base.path}/commons-collections-3.2-src
+commons-collections.home=${base.path}/commons-collections-3.2.1-src
commons-collections.lib=${commons-collections.home}
-commons-collections.jar=${commons-collections.lib}/commons-collections-3.2.jar
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.2.tar.gz
-commons-collections-src.loc=${base-commons.loc}/collections/source/commons-collections-3.2-src.tar.gz
+commons-collections.jar=${commons-collections.lib}/commons-collections-3.2.1.jar
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.2.1.tar.gz
+commons-collections-src.loc=${base-commons.loc}/collections/source/commons-collections-3.2.1-src.tar.gz
# ----- NSIS, version 2.0 or later -----
-nsis.home=${base.path}/nsis-2.37
+nsis.home=${base.path}/nsis-2.38
nsis.exe=${nsis.home}/makensis.exe
nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll
-nsis.loc=${base-sf.loc}/nsis/nsis-2.37.zip
+nsis.loc=${base-sf.loc}/nsis/nsis-2.38.zip
# ----- JBoss Native, version 2.0 or later -----
-jbossnative.home=${base.path}/jboss-native-2.0.3
-jbossnative.openssl=${base.path}/jboss-native-2.0.3/bin/openssl.exe
-jbossnative.dlls=${jbossnative.home}/bin/native
-jbossnative.loc=http://labs.jboss.com/downloading/?projectId=jbossweb&url=http://labs.jboss.com/file-access/default/members/jbossweb/freezone/dist/2.0.3.GA/jboss-native-2.0.3-windows-i686-ssl.zip
+jbossnative.home=${base.path}/jboss-native-2.0.4
+jbossnative.openssl=${jbossnative.home}/bin/META-INF/bin/windows/x86/openssl.exe
+jbossnative.dlls=${jbossnative.home}/bin/META-INF/lib/windows/x86
+jbossnative.loc=http://www.jboss.org/downloading/?projectId=jbossweb&url=http://labs.jboss.com/file-access/default/members/jbossweb/freezone/dist/2.0.4.GA/jboss-native-2.0.4-windows-x86-ssl.zip
# ----- Commons Daemon, version 1.0-Alpha or later -----
commons-daemon.home=${base.path}/commons-daemon-1.0.1
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2008-07-23 12:43:59 UTC (rev 725)
+++ trunk/webapps/docs/changelog.xml 2008-07-23 17:28:10 UTC (rev 726)
@@ -23,6 +23,18 @@
<bug>45332</bug>: Don't assume UTF-8 and use the correct encoding
when generating
tomcat-users.xml from the Windows installer. (markt)
</fix>
+ <update>
+ NSIS 2.38. (remm)
+ </update>
+ <update>
+ JBoss Native 2.0.4. (remm)
+ </update>
+ <update>
+ Commons Collections 3.2.1. (remm)
+ </update>
+ <update>
+ Eclipse JDT 3.4. (remm)
+ </update>
</changelog>
</subsection>
<subsection name="Catalina">
Show replies by date