Author: markt
Date: Tue Jul 19 18:49:03 2011
New Revision: 1148483
URL: http://svn.apache.org/viewvc?rev=1148483&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51531
Update for ecj 3.7
Modified:
tomcat/trunk/res/ide-support/eclipse/eclipse.classpath
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1148483&r1=1148482&r2=1148483&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original)
+++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Tue Jul 19 18:49:03
2011
@@ -25,6 +25,6 @@
<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.2/wsdl4j-1.6.2.jar"/>
- <classpathentry kind="var"
path="TOMCAT_LIBS_BASE/ecj-3.6.2/ecj-3.6.2.jar"/>
+ <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-3.7/ecj-3.7.jar"/>
<classpathentry kind="output" path=".settings/output"/>
</classpath>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1148483&r1=1148482&r2=1148483&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jul 19 18:49:03 2011
@@ -100,6 +100,10 @@
ensure that the shutdown port, HTTP port and AJP port are all specified
during the install process. (markt)
</fix>
+ <fix>
+ <bug>51531</bug>: Update sample Eclipse classpath file to reflect
+ updated ECJ jar. Patch provided by Ian Brandt. (markt)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]