You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2016/03/22 10:14:52 UTC

svn commit: r1736162 - in /tomcat/trunk: res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

Author: violetagg
Date: Tue Mar 22 09:14:52 2016
New Revision: 1736162

URL: http://svn.apache.org/viewvc?rev=1736162&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang.

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=1736162&r1=1736161&r2=1736162&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original)
+++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Tue Mar 22 09:14:52 2016
@@ -26,5 +26,6 @@
     <classpathentry kind="var" path="TOMCAT_LIBS_BASE/wsdl4j-1.6.2/wsdl4j-1.6.2.jar"/>
     <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-4.5.1/ecj-4.5.1.jar"/>
     <classpathentry kind="var" path="TOMCAT_LIBS_BASE/easymock-3.2/easymock-3.2.jar"/>
+    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/hamcrest-1.3/hamcrest-core-1.3.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=1736162&r1=1736161&r2=1736162&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Mar 22 09:14:52 2016
@@ -85,13 +85,17 @@
   <subsection name="Other">
     <changelog>
       <fix>
-        <bug>59209<bug>: Remove <code>honorCipherOrder=false</code> attribute
+        <bug>59209</bug>: Remove <code>honorCipherOrder=false</code> attribute
         from the connector example in server.xml. When the block is uncommented
         the connector will use the default value for this attribute which is
         <code>true</code>. If one needs to disable it, one can add it
         explicitly to the connector definition. Patch is provided by Huxing
         Zhang. (violetagg)
       </fix>
+      <fix>
+        <bug>59211</bug>: Add hamcrest to Eclipse classpath. Patch is provided
+        by Huxing Zhang. (violetagg)
+      </fix>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org