Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51531
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 18:49:03 +0000 (18:49 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 18:49:03 +0000 (18:49 +0000)
Update for ecj 3.7

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148483 13f79535-47bb-0310-9956-ffa450edef68

res/ide-support/eclipse/eclipse.classpath
webapps/docs/changelog.xml

index cb6b441..def19c7 100644 (file)
@@ -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>
index 3c2eed7..f0327b1 100644 (file)
         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>