From: markt Date: Wed, 3 Aug 2011 07:53:29 +0000 (+0000) Subject: Update to daemon 1.0.7 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=54b3aed255aebb2c7cfcf65128b265abc424b970;p=tomcat7.0 Update to daemon 1.0.7 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1153379 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 389bb75e6..062a50a32 100644 --- a/build.properties.default +++ b/build.properties.default @@ -161,7 +161,7 @@ nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll nsis.loc=${base-sf.loc}/nsis/nsis-2.46.zip # ----- Commons Daemon, version 1.0-Alpha or later ----- -commons-daemon.version=1.0.6 +commons-daemon.version=1.0.7 commons-daemon.home=${base.path}/commons-daemon-${commons-daemon.version} commons-daemon.jar=${commons-daemon.home}/commons-daemon-${commons-daemon.version}.jar commons-daemon.native.win.home=${commons-daemon.home}/windows diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 35bf64dcf..01004bf11 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -254,6 +254,9 @@ without a service name from executing since the uninstall will not be complete. (markt) + + Update to Apache Commons Daemon 1.0.7. (markt) +