From 2261fbc9d5a65bb6fb619db3592f5a7bae6ea13e Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 6 Jul 2008 16:14:01 +0000 Subject: [PATCH] Port windows installer changes from 6.0.x to trunk git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@674311 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 5 +++-- build.xml | 7 ++++++- dist.xml | 9 +++++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index 4b61f5066..0c0c18518 100644 --- a/build.properties.default +++ b/build.properties.default @@ -45,6 +45,7 @@ compile.debug=true base-commons.loc=http://archive.apache.org/dist/commons base-tomcat.loc=http://archive.apache.org/dist/tomcat +base-sf.loc=http://downloads.sourceforge.net # ----- Commons Logging, version 1.1 or later ----- commons-logging-version=1.1.1 @@ -82,12 +83,12 @@ commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons commons-collections-src.loc=${base-commons.loc}/collections/source/commons-collections-3.2-src.tar.gz # ----- NSIS, version 2.0 or later ----- -nsis.home=${base.path}/nsis-2.34 +nsis.home=${base.path}/nsis-2.37 nsis.exe=${nsis.home}/makensis.exe 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.34-setup.exe +nsis.loc=${base-sf.loc}/nsis/nsis-2.37.zip # ----- Commons Daemon, version 1.0-Alpha or later ----- commons-daemon.home=${base.path}/commons-daemon-1.0.1 diff --git a/build.xml b/build.xml index ff10c844b..b3a107280 100644 --- a/build.xml +++ b/build.xml @@ -29,7 +29,7 @@ - + @@ -644,6 +644,11 @@ + + + + + diff --git a/dist.xml b/dist.xml index 746a20a40..878200c17 100644 --- a/dist.xml +++ b/dist.xml @@ -437,7 +437,7 @@ + description="Create Windows installer" unless="skip.installer"> @@ -454,7 +454,12 @@ - + + + + + + -- 2.11.0