- Update to JDT 3.3 (really, this time).
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 18 Oct 2007 16:46:58 +0000 (16:46 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 18 Oct 2007 16:46:58 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@586031 13f79535-47bb-0310-9956-ffa450edef68

STATUS
build.properties.default

diff --git a/STATUS b/STATUS
index 0b769eb..9b6e5a2 100644 (file)
--- 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]
index e3aeacd..efdc341 100644 (file)
@@ -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 -----