Author: markt Date: Fri Mar 11 16:27:45 2011 New Revision: 1080638 URL: http://svn.apache.org/viewvc?rev=1080638&view=rev Log: Library updates
Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/ide-support/eclipse/eclipse.classpath tomcat/trunk/res/maven/tomcat-jasper.pom tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1080638&r1=1080637&r2=1080638&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Fri Mar 11 16:27:45 2011 @@ -108,14 +108,14 @@ jaxrpc-lib.loc=${base-maven.loc}/geronim 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 Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1080638&r1=1080637&r2=1080638&view=diff ============================================================================== --- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original) +++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Fri Mar 11 16:27:45 2011 @@ -24,7 +24,7 @@ <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/tomcat-dbcp.jar" sourcepath="/TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/src/java"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/wsdl4j-1.6.1/wsdl4j-1.6.1.jar"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-3.6/ecj-3.6.jar"/> + <classpathentry kind="var" path="TOMCAT_LIBS_BASE/wsdl4j-1.6.2/wsdl4j-1.6.2.jar"/> + <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-3.6.2/ecj-3.6.2.jar"/> <classpathentry kind="output" path=".settings/output"/> </classpath> Modified: tomcat/trunk/res/maven/tomcat-jasper.pom URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jasper.pom?rev=1080638&r1=1080637&r2=1080638&view=diff ============================================================================== --- tomcat/trunk/res/maven/tomcat-jasper.pom (original) +++ tomcat/trunk/res/maven/tomcat-jasper.pom Fri Mar 11 16:27:45 2011 @@ -49,7 +49,7 @@ <dependency> <groupId>org.eclipse.jdt.core.compiler</groupId> <artifactId>ecj</artifactId> - <version>3.6</version> + <version>3.6.2</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1080638&r1=1080637&r2=1080638&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Fri Mar 11 16:27:45 2011 @@ -42,6 +42,22 @@ General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Tribes, Other --> +<section name="Tomcat 7.0.12 (markt)"> + <subsection name="Other"> + <changelog> + <update> + Update Eclipse JDT complier to 3.6.2. (markt) + </update> + <update> + Update WSDL4J library to 1.6.2 (used by JSR 109 support in the extras + package). (markt) + </update> + <update> + Update optional CheckStyle library to 5.3. (markt) + </update> + </changelog> + </subsection> +</section> <section name="Tomcat 7.0.11 (markt)" rtext="released 2011-03-11"> <subsection name="Catalina"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org