From: mturk Date: Fri, 26 Feb 2010 14:49:15 +0000 (+0000) Subject: Update to Commons Daemon 1.0.2 and use procrun from upsream distribution. Axe our... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=071ad57db0d91660fe21a8090e354a08c6592e9c;p=tomcat7.0 Update to Commons Daemon 1.0.2 and use procrun from upsream distribution. Axe our binary spins git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 5ccafa4c6..b3bf2e1f2 100644 --- a/build.properties.default +++ b/build.properties.default @@ -35,7 +35,7 @@ version.suffix=-dev # Please note this path must be absolute, not relative, # as it is referenced with different working directory # contexts by the various build scripts. -base.path=/usr/share/java +base.path=/home/mturk/Workplace/tomcat/repository #base.path=C:/path/to/the/repository #base.path=/usr/local @@ -103,11 +103,15 @@ nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll nsis.loc=${base-sf.loc}/nsis/nsis-2.45.zip # ----- Commons Daemon, version 1.0-Alpha or later ----- -commons-daemon.home=${base.path}/commons-daemon-1.0.1 +commons-daemon.version=1.0.2 +commons-daemon.home=${base.path}/commons-daemon-${commons-daemon.version} commons-daemon.lib=${commons-daemon.home} -commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar -commons-daemon.loc=${base-commons.loc}/daemon/binaries/commons-daemon-1.0.1.tar.gz -commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz +commons-daemon.jar=${commons-daemon.lib}/commons-daemon-${commons-daemon.version}.jar +commons-daemon.bin.loc=${base-commons.loc}/daemon/binaries/${commons-daemon.version}/commons-daemon-${commons-daemon.version}-bin.tar.gz +commons-daemon.native.src.tgz=${commons-daemon.home}/commons-daemon-${commons-daemon.version}-native-src.tar.gz +commons-daemon.native.win.zip=${commons-daemon.home}/commons-daemon-${commons-daemon.version}-bin-windows.zip +commons-daemon.native.src.loc=${base-commons.loc}/daemon/source/commons-daemon-${commons-daemon.version}-native-src.tar.gz +commons-daemon.native.win.loc=${base-commons.loc}/daemon/binaries/${commons-daemon.version}/windows/commons-daemon-${commons-daemon.version}-bin-windows.zip # ----- JUnit Unit Test Suite, version 3.7 or later ----- junit.home=${base.path}/junit3.8.2 diff --git a/build.xml b/build.xml index 6ab175fc4..101a4ca49 100644 --- a/build.xml +++ b/build.xml @@ -624,9 +624,10 @@ + - - + @@ -1128,15 +1129,15 @@ - - - - + - + + + + + + + @@ -1716,6 +1724,11 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + + + + diff --git a/res/procrun/amd64/tomcat7.exe b/res/procrun/amd64/tomcat7.exe deleted file mode 100644 index 4a9180fa2..000000000 Binary files a/res/procrun/amd64/tomcat7.exe and /dev/null differ diff --git a/res/procrun/ia64/tomcat7.exe b/res/procrun/ia64/tomcat7.exe deleted file mode 100644 index 87baf9fd5..000000000 Binary files a/res/procrun/ia64/tomcat7.exe and /dev/null differ diff --git a/res/procrun/tomcat7.exe b/res/procrun/tomcat7.exe deleted file mode 100644 index a5a85a39c..000000000 Binary files a/res/procrun/tomcat7.exe and /dev/null differ diff --git a/res/procrun/tomcat7w.exe b/res/procrun/tomcat7w.exe deleted file mode 100644 index 777775168..000000000 Binary files a/res/procrun/tomcat7w.exe and /dev/null differ