Author: remy.maucherat(a)jboss.com
Date: 2011-02-15 12:42:04 -0500 (Tue, 15 Feb 2011)
New Revision: 1663
Modified:
trunk/build.properties.default
trunk/webapps/docs/changelog.xml
Log:
- Update to the JDT 3.7 branch.
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2011-02-15 13:02:07 UTC (rev 1662)
+++ trunk/build.properties.default 2011-02-15 17:42:04 UTC (rev 1663)
@@ -33,10 +33,10 @@
base-sf.loc=http://downloads.sourceforge.net
# ----- Eclipse JDT, version 3.2 or later -----
-jdt.home=${base.path}/eclipse/plugins
+jdt.home=${base.path}/plugins
jdt.lib=${jdt.home}
-jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.5.2.v_981_R35x.jar
-jdt.loc=http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-JDT-3.5.2.zip
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.7.0.v_B35.jar
+jdt.loc=http://download.eclipse.org/eclipse/downloads/drops/S-3.7M5-201101272034/org.eclipse.jdt-3.7M5.zip
# ----- Dojo Toolkit (for test webapp) -----
dojo-js.home=${base.path}/dojo-release-1.4.3
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2011-02-15 13:02:07 UTC (rev 1662)
+++ trunk/webapps/docs/changelog.xml 2011-02-15 17:42:04 UTC (rev 1663)
@@ -17,6 +17,13 @@
<body>
<section name="JBoss Web 7.0.0.Beta2 (remm)">
+ <subsection name="General">
+ <changelog>
+ <fix>
+ Update to the JDT 3.7 branch. (remm)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Catalina">
<changelog>
<fix>
@@ -127,7 +134,7 @@
</section>
<section name="JBoss Web 3.0.0.Beta7 (remm)">
- <subsection name="Genral">
+ <subsection name="General">
<changelog>
<fix>
Use a more standard fileupload and update to 1.2. (markt)