JBossWeb SVN: r1459 - in trunk: webapps/docs and 1 other directory.
by jbossweb-commits@lists.jboss.org
Author: remy.maucherat(a)jboss.com
Date: 2010-04-30 20:07:29 -0400 (Fri, 30 Apr 2010)
New Revision: 1459
Modified:
trunk/build.properties.default
trunk/webapps/docs/changelog.xml
Log:
- JDT 3.5.2.
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2010-04-30 23:47:43 UTC (rev 1458)
+++ trunk/build.properties.default 2010-05-01 00:07:29 UTC (rev 1459)
@@ -35,10 +35,10 @@
# ----- 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.4.2.v_883_R34x.jar
-jdt.loc=http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700/eclipse-JDT-3.4.1.zip
+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
# ----- Dojo Toolkit (for test webapp) -----
-dojo-js.home=${base.path}/dojo-release-1.1.1
-dojo-js.loc=http://download.dojotoolkit.org/release-1.1.1/dojo-release-1.1.1.tar.gz
+dojo-js.home=${base.path}/dojo-release-1.4.3
+dojo-js.loc=http://download.dojotoolkit.org/release-1.4.3/dojo-release-1.4.3.tar.gz
dojo-js.jar=${dojo-js.home}/dojo/dojo.js
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2010-04-30 23:47:43 UTC (rev 1458)
+++ trunk/webapps/docs/changelog.xml 2010-05-01 00:07:29 UTC (rev 1459)
@@ -16,6 +16,29 @@
<body>
+<section name="JBoss Web 3.0.0.Beta6 (remm)">
+ <subsection name="General">
+ <changelog>
+ <update>
+ Eclipse JDT 3.5.2. (remm)
+ </update>
+ </changelog>
+ </subsection>
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ Default realm name with BASIC and DIGEST. (markt)
+ </fix>
+ <fix>
+ Add filter before method fix. (markt, kkolinko)
+ </fix>
+ <update>
+ More standalone code removal. (remm)
+ </update>
+ </changelog>
+ </subsection>
+</section>
+
<section name="JBoss Web 3.0.0.Beta5 (remm)">
<subsection name="Catalina">
<changelog>
@@ -28,12 +51,6 @@
<fix>
Remove incorrect Context.annotationsIgnored field. (remm)
</fix>
- <fix>
- Default realm name with BASIC and DIGEST. (markt)
- </fix>
- <fix>
- Add filter before method fix. (markt, kkolinko)
- </fix>
</changelog>
</subsection>
<subsection name="Jasper">
14 years, 8 months