dion 2004/07/04 05:25:15 Modified: nsis/src/plugin-resources/templates project.jelly setup.jelly Log: Rename PROJECT_DIST_DIR to PROJECT_DIST_BIN_DIR Revision Changes Path 1.6 +2 -1 maven-plugins/nsis/src/plugin-resources/templates/project.jelly Index: project.jelly =================================================================== RCS file: /home/cvs/maven-plugins/nsis/src/plugin-resources/templates/project.jelly,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.jelly 4 Mar 2004 18:37:54 -0000 1.5 +++ project.jelly 4 Jul 2004 12:25:15 -0000 1.6 @@ -43,7 +43,8 @@ !define PROJECT_REG_UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.version}" !define PROJECT_STARTMENU_FOLDER "$$SMPROGRAMS\${pom.organization}\${pom.name} ${pom.currentVersion}" !define PROJECT_VERSION "${pom.currentVersion}" -!define PROJECT_DIST_DIR "${maven.dist.bin.assembly.dir}" +!define PROJECT_DIST_BIN_DIR "${maven.dist.bin.assembly.dir}" +!define PROJECT_DIST_DIR "${maven.dist.dir}" <j:set var="logo" value="${maven.nsis.logo}"/> <j:if test="${!empty(logo)}"> <maven:makeAbsolutePath var="logo" basedir="${basedir}" path="${maven.nsis.logo}"/> 1.11 +1 -1 maven-plugins/nsis/src/plugin-resources/templates/setup.jelly Index: setup.jelly =================================================================== RCS file: /home/cvs/maven-plugins/nsis/src/plugin-resources/templates/setup.jelly,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- setup.jelly 4 Mar 2004 18:37:54 -0000 1.10 +++ setup.jelly 4 Jul 2004 12:25:15 -0000 1.11 @@ -91,7 +91,7 @@ SetOutPath $$INSTDIR ; Put files and directories there ; the script will be run from a directory below Maven - File /r "$${PROJECT_DIST_DIR}\*.*" + File /r "$${PROJECT_DIST_BIN_DIR}\*.*" ; Write the installation path into the registry WriteRegStr HKLM "$${PROJECT_REG_KEY}" "Install_Dir" "$$INSTDIR"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]