From 585c1d26890c5ec321258f01bbd7cf75cb23f85d Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 9 Jul 2011 16:56:49 +0000 Subject: [PATCH] Update to Eclipse JDT Compiler 3.7 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1144706 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- res/maven/tomcat-jasper.pom | 2 +- webapps/docs/changelog.xml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index f1a715901..766cc01c6 100644 --- a/build.properties.default +++ b/build.properties.default @@ -117,8 +117,8 @@ wsdl4j-lib.loc=${base-maven.loc}/wsdl4j/wsdl4j/${wsdl4j-lib.version}/wsdl4j-${ws wsdl4j-lib.jar=${wsdl4j-lib.home}/wsdl4j-${wsdl4j-lib.version}.jar # ----- Eclipse JDT, version 3.2 or later ----- -jdt.version=3.6.2 -jdt.release=R-3.6.2-201102101200 +jdt.version=3.7 +jdt.release=R-3.7-201106131736 jdt.home=${base.path}/ecj-${jdt.version} jdt.jar=${jdt.home}/ecj-${jdt.version}.jar # The download will be moved to the archive area eventually. We are taking care of that in advance. diff --git a/res/maven/tomcat-jasper.pom b/res/maven/tomcat-jasper.pom index 15e3c4fc8..8ffd9952b 100644 --- a/res/maven/tomcat-jasper.pom +++ b/res/maven/tomcat-jasper.pom @@ -49,7 +49,7 @@ org.eclipse.jdt.core.compiler ecj - 3.6.2 + 3.7 org.apache.tomcat diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 85fec340f..60599f05d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -79,6 +79,9 @@ Update to Commons Daemon 1.0.6. (markt) + + Update to Eclipse JDT Compiler 3.7. (markt) + -- 2.11.0