From d5a6f593e88375ad5faec614511318373f4f017e Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 5 Jul 2004 03:38:33 +0000 Subject: [PATCH] Fix typo in registry uninstall key git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115650 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/src/plugin-resources/templates/project.jelly | 2 +- nsis/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nsis/src/plugin-resources/templates/project.jelly b/nsis/src/plugin-resources/templates/project.jelly index 31d92f7d..d0dfd78e 100644 --- a/nsis/src/plugin-resources/templates/project.jelly +++ b/nsis/src/plugin-resources/templates/project.jelly @@ -40,7 +40,7 @@ !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}" diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 94d583e0..4135e96a 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -25,6 +25,7 @@ + Fix typo in registry uninstall key. Generate exe in distributions directory.