remm 2005/08/19 06:00:43
Modified: . build.properties.default
Log:
- Revert to NSIS 2.0: NSIS 2.0.8 matches files differently (I think in a
broken
way) and the release contents are messed up.
- Upgrading to a new NSIS 2.0.x will need some effort (after 3 hours, I can't
quite figure how the new one matches stuff: for example File /r server\lib
will cause server\webapps\admin\WEB-INF\lib).
Revision Changes Path
1.158 +4 -4 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- build.properties.default 2 Aug 2005 19:08:07 -0000 1.157
+++ build.properties.default 19 Aug 2005 13:00:43 -0000 1.158
@@ -216,12 +216,12 @@
# ----- NSIS, version 2.0 or later -----
-nsis.home=${base.path}/nsis-2.08
+nsis.home=${base.path}/nsis-2.0
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.08.exe
+nsis.nsisdl.dll=${nsis.home}/Plugins/nsisdl.dll
+nsis.loc=${base-sf.loc}/nsis/nsis-2.0.exe
# ----- Struts, version 1.2.4 or later -----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]