From: remm Date: Thu, 18 Oct 2007 16:46:58 +0000 (+0000) Subject: - Update to JDT 3.3 (really, this time). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56461aec404df6de66416b2c0cfb5c8c3f97cc15;p=tomcat7.0 - Update to JDT 3.3 (really, this time). git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@586031 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0b769eb7d..9b6e5a271 100644 --- a/STATUS +++ b/STATUS @@ -42,11 +42,6 @@ PATCHES PROPOSED TO BACKPORT: +1: fhanik,funkman -1: -* Fix for JDT update: update jdt.jar in build.properties.default to: - jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar - +1: remm, fhanik,funkman, pero - -1: - * IcedTea support. Upcoming Linux distributions will package a (working) open source JRE, available in /usr. As a result, it could now be possible to use a "/usr/bin/java" binary if one is present and expect results. [tested on Fedora 8 test 3] diff --git a/build.properties.default b/build.properties.default index e3aeacdd3..efdc341e6 100644 --- a/build.properties.default +++ b/build.properties.default @@ -56,7 +56,7 @@ wsdl4j-src.loc=http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.ja # ----- Eclipse JDT, version 3.2 or later ----- jdt.home=${base.path}/eclipse/plugins jdt.lib=${jdt.home} -jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.3.v_686_R32x.jar +jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip # ----- Tomcat native library -----