From: markt Date: Fri, 11 Mar 2011 16:27:45 +0000 (+0000) Subject: Library updates X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6e1a9838f0cc124d8298f5c911256b3dd61cfcdd;p=tomcat7.0 Library updates git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1080638 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 185d5e00a..36f5d22fc 100644 --- a/build.properties.default +++ b/build.properties.default @@ -108,14 +108,14 @@ jaxrpc-lib.loc=${base-maven.loc}/geronimo-spec/geronimo-spec-jaxrpc/${jaxrpc-lib jaxrpc-lib.jar=${jaxrpc-lib.home}/geronimo-spec-jaxrpc-${jaxrpc-lib.version}.jar # ----- Webservices - WSDL4J ----- -wsdl4j-lib.version=1.6.1 +wsdl4j-lib.version=1.6.2 wsdl4j-lib.home=${base.path}/wsdl4j-${wsdl4j-lib.version} wsdl4j-lib.loc=${base-maven.loc}/wsdl4j/wsdl4j/${wsdl4j-lib.version}/wsdl4j-${wsdl4j-lib.version}.jar wsdl4j-lib.jar=${wsdl4j-lib.home}/wsdl4j-${wsdl4j-lib.version}.jar # ----- Eclipse JDT, version 3.2 or later ----- -jdt.version=3.6 -jdt.release=R-3.6-201006080911 +jdt.version=3.6.2 +jdt.release=R-3.6.2-201102101200 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. @@ -175,10 +175,10 @@ junit.jar=${junit.lib}/junit.jar junit.loc=${base-sf.loc}/junit/junit3.8.2.zip # ----- Checkstyle, version 5.1 or later ----- -checkstyle.version=5.1 +checkstyle.version=5.3 checkstyle.home=${base.path}/checkstyle-${checkstyle.version} -checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle-${checkstyle.version}.zip -checkstyle.jar=${checkstyle.home}/checkstyle-all-${checkstyle.version}.jar +checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle-${checkstyle.version}-bin.zip +checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar # ----- JSON Libraries (for bayeux module) ----- json-lib.home=${base.path}/json-20080701 diff --git a/res/ide-support/eclipse/eclipse.classpath b/res/ide-support/eclipse/eclipse.classpath index dbc78363d..cb6b44192 100644 --- a/res/ide-support/eclipse/eclipse.classpath +++ b/res/ide-support/eclipse/eclipse.classpath @@ -24,7 +24,7 @@ - - + + diff --git a/res/maven/tomcat-jasper.pom b/res/maven/tomcat-jasper.pom index 9cd6c72e3..15e3c4fc8 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 + 3.6.2 org.apache.tomcat diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 650875566..eefbfdca3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -42,6 +42,22 @@ General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Tribes, Other --> +
+ + + + Update Eclipse JDT complier to 3.6.2. (markt) + + + Update WSDL4J library to 1.6.2 (used by JSR 109 support in the extras + package). (markt) + + + Update optional CheckStyle library to 5.3. (markt) + + + +