dion 2003/10/09 21:28:12
Modified: src/installer/nsis maven_setup.nsi
Log:
Place the exe in target/blah.exe
Revision Changes Path
1.6 +1 -1 maven/src/installer/nsis/maven_setup.nsi
Index: maven_setup.nsi
===================================================================
RCS file: /home/cvs/maven/src/installer/nsis/maven_setup.nsi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven_setup.nsi 10 Oct 2003 04:14:48 -0000 1.5
+++ maven_setup.nsi 10 Oct 2003 04:28:12 -0000 1.6
@@ -25,7 +25,7 @@
Name "Apache Maven"
; Maven Setup executable
-OutFile "maven-${MAVEN_VERSION}.exe"
+OutFile "${MAVEN_SRC_HOME}\target\maven-${MAVEN_VERSION}.exe"
; Adds an XP manifest to the installer
XPStyle on
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]