remm 2002/08/11 05:28:14 Modified: . build.properties.default Log: - Use NSIS 2.0 (NSI script needs to be modified). - Download Tyrex from SF. Revision Changes Path 1.22 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- build.properties.default 11 Aug 2002 11:04:34 -0000 1.21 +++ build.properties.default 11 Aug 2002 12:28:14 -0000 1.22 @@ -217,7 +217,7 @@ # ----- NSIS, version 2.0a6 or later ----- -nsis.home=${base.path}/nsis +nsis.home=${base.path}/nsis-2.0 nsis.exe=${nsis.home}/makensis.exe nsis.installoptions=${nsis.home}/Bin/InstallOptions.dll nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis2k/nsis20a6.exe @@ -240,6 +240,6 @@ tyrex.home=${base.path}/tyrex-1.0 tyrex.lib=${tyrex.home} tyrex.jar=${tyrex.lib}/tyrex-1.0.jar -tyrex.loc=ftp://ftp.exolab.org/pub/tyrex/tyrex-1.0/tyrex-1.0.jar +tyrex.loc=http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>