Author: markt Date: Sun Nov 30 15:56:37 2008 New Revision: 721935 URL: http://svn.apache.org/viewvc?rev=721935&view=rev Log: Remove unnecessary commons-logging reference from manifest
Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sun Nov 30 15:56:37 2008 @@ -1 +1 @@ -/tomcat/trunk:601180,606992,652744,653247,673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781,691392,691805,692748,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,709294,709816,710063,710125,710205,711126,711600,712461 +/tomcat/trunk:601180,606992,612607,652744,653247,673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781,691392,691805,692748,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,709294,709816,710063,710125,710205,711126,711600,712461 Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=721935&r1=721934&r2=721935&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Nov 30 15:56:37 2008 @@ -171,12 +171,6 @@ 0: remm (risky, would it be possible to stop backporting risky changes and behavior modifications to 6.0.x ?) -1: - -* Remove unnecessary commons-logging reference from manifest - http://svn.apache.org/viewvc?view=rev&revision=612607 - +1: markt, remm, fhanik, pero - -1: - * Fix broken URL mapping in examples http://svn.apache.org/viewvc?view=rev&revision=630314 +1: markt, remm, fhanik Modified: tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest?rev=721935&r1=721934&r2=721935&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest (original) +++ tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest Sun Nov 30 15:56:37 2008 @@ -1,5 +1,5 @@ Manifest-Version: 1.0 Main-Class: org.apache.catalina.startup.Bootstrap -Class-Path: commons-daemon.jar commons-logging-api.jar tomcat-juli.jar tomcat-coyote.jar +Class-Path: commons-daemon.jar tomcat-juli.jar tomcat-coyote.jar Specification-Title: Catalina Specification-Version: 6.0 \ No newline at end of file Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=721935&r1=721934&r2=721935&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Nov 30 15:56:37 2008 @@ -198,6 +198,10 @@ <bug>46105</bug>: Correctly set URI encoding when replaying a request after FORM authentication. (markt) </fix> + <fix> + Remove unnecessary reference to commons-logging from the bootstrap JAR + manifest. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]