Author: markt Date: Thu Oct 6 21:08:30 2016 New Revision: 1763664 URL: http://svn.apache.org/viewvc?rev=1763664&view=rev Log: Update ECJ to 4.5.1 to align with 8.5.x/9.0.x
Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1763664&r1=1763663&r2=1763664&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/build.properties.default (original) +++ tomcat/tc8.0.x/trunk/build.properties.default Thu Oct 6 21:08:30 2016 @@ -148,8 +148,8 @@ wsdl4j-lib.jar=${wsdl4j-lib.home}/wsdl4j # ----- Eclipse JDT, version 4.5 or later -----# # See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler before updating -jdt.version=4.5 -jdt.release=R-4.5-201506032000 +jdt.version=4.5.1 +jdt.release=R-4.5.1-201509040015 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. Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1763664&r1=1763663&r2=1763664&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom (original) +++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom Thu Oct 6 21:08:30 2016 @@ -57,7 +57,7 @@ <dependency> <groupId>org.eclipse.jdt.core.compiler</groupId> <artifactId>ecj</artifactId> - <version>4.5</version> + <version>4.5.1</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1763664&r1=1763663&r2=1763664&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Thu Oct 6 21:08:30 2016 @@ -45,6 +45,13 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 8.0.39 (markt)" rtext="In development"> + <subsection name="other"> + <changelog> + <update> + Update the ECJ compiler to version 4.5.1. (markt) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 8.0.38 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org