From: markt Date: Tue, 19 Jul 2011 18:49:03 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51531 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=626de6032801b2e79063c06a7ebfe66ac16e9224;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51531 Update for ecj 3.7 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/ide-support/eclipse/eclipse.classpath b/res/ide-support/eclipse/eclipse.classpath index cb6b44192..def19c7be 100644 --- a/res/ide-support/eclipse/eclipse.classpath +++ b/res/ide-support/eclipse/eclipse.classpath @@ -25,6 +25,6 @@ - + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 3c2eed7e6..f0327b177 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -100,6 +100,10 @@ ensure that the shutdown port, HTTP port and AJP port are all specified during the install process. (markt) + + 51531: Update sample Eclipse classpath file to reflect + updated ECJ jar. Patch provided by Ian Brandt. (markt) +