From b138008ba28fbb98d4a6b6889fbd3e3908eb9d4d Mon Sep 17 00:00:00 2001 From: remm Date: Fri, 3 Nov 2006 10:13:00 +0000 Subject: [PATCH] - Add back jsvc in the build. I don't think commons-daemon needs any package renaming. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@470746 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 7 +++++++ build.xml | 13 ++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 158d5c34e..cd0edd1f9 100644 --- a/build.properties.default +++ b/build.properties.default @@ -61,3 +61,10 @@ nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll nsis.loc=${base-sf.loc}/nsis/nsis-2.18-setup.exe + +# ----- Commons Daemon, version 1.0-Alpha or later ----- +commons-daemon.home=${base.path}/commons-daemon-1.0.1 +commons-daemon.lib=${commons-daemon.home} +commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar +commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0.1.tar.gz +commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz diff --git a/build.xml b/build.xml index d0b302291..3c082f4f6 100644 --- a/build.xml +++ b/build.xml @@ -70,7 +70,10 @@ - + + + + @@ -440,6 +443,9 @@ + + + @@ -532,6 +538,11 @@ + + + + + -- 2.11.0