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.
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
<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>
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>