From 566d4b010c7438ac3866edc7ef27af2c8ca07aa5 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 24 Jul 2009 18:31:58 +0000 Subject: [PATCH] Update to NSIS 2.45 https://issues.apache.org/bugzilla/show_bug.cgi?id=47566 This version adds support for the upcoming release of Microsoft Windows 7 Release notes: http://sourceforge.net/project/shownotes.php?release_id=688043 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@797596 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 7d78aef03..fb10f91bb 100644 --- a/build.properties.default +++ b/build.properties.default @@ -78,12 +78,12 @@ commons-pool.home=${base.path}/commons-pool-1.5.2-src commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.2-src.tar.gz # ----- NSIS, version 2.0 or later ----- -nsis.home=${base.path}/nsis-2.44 +nsis.home=${base.path}/nsis-2.45 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.44.zip +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 -- 2.11.0