Author: markt
Date: Fri Aug 5 18:08:53 2011
New Revision: 1154330
URL: http://svn.apache.org/viewvc?rev=1154330&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51621
Add additional required JARs to the deployer distribution.
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1154330&r1=1154329&r2=1154330&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Aug 5 18:08:53 2011
@@ -1581,6 +1581,8 @@ Apache Tomcat ${version} native binaries
<include name="jasper.jar"/>
<include name="jasper-el.jar"/>
<include name="servlet-api.jar"/>
+ <include name="tomcat-coyote.jar"/>
+ <include name="tomcat-util.jar"/>
</fileset>
<fileset dir="${tomcat.build}/bin">
<include name="tomcat-juli.jar"/>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1154330&r1=1154329&r2=1154330&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Aug 5 18:08:53 2011
@@ -289,6 +289,10 @@
<update>
Update to Apache Commons Daemon 1.0.7. (markt)
</update>
+ <fix>
+ <bug>51621</bug>: Add additional required JARs to the deployer
+ distribution. (markt)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]