From: markt Date: Fri, 5 Aug 2011 18:08:53 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51621 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7e9c684b77eddcf95acbb4cc9e0d231d664755a6;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51621 Add additional required JARs to the deployer distribution. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1154330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 314bd5dcd..25a1fee1b 100644 --- a/build.xml +++ b/build.xml @@ -1581,6 +1581,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2e52495c9..450513e44 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -289,6 +289,10 @@ Update to Apache Commons Daemon 1.0.7. (markt) + + 51621: Add additional required JARs to the deployer + distribution. (markt) +