dion 2004/07/04 20:38:10 Modified: nsis/src/plugin-resources/templates project.jelly Log: Fix typo in registry uninstall key Revision Changes Path 1.7 +1 -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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.jelly 4 Jul 2004 12:25:15 -0000 1.6 +++ project.jelly 5 Jul 2004 03:38:10 -0000 1.7 @@ -40,7 +40,7 @@ </util:available> !define PROJECT_NAME "${pom.name}" !define PROJECT_REG_KEY "SOFTWARE\${pom.organization}\${pom.name}\${pom.currentVersion}" -!define PROJECT_REG_UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.version}" +!define PROJECT_REG_UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.currentVersion}" !define PROJECT_STARTMENU_FOLDER "$$SMPROGRAMS\${pom.organization}\${pom.name} ${pom.currentVersion}" !define PROJECT_VERSION "${pom.currentVersion}" !define PROJECT_DIST_BIN_DIR "${maven.dist.bin.assembly.dir}"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]