Remove MPNSIS-14

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-10-28 22:21:55 +00:00
parent df939be1f0
commit cc532345a1
2 changed files with 5 additions and 5 deletions

View File

@@ -26,8 +26,9 @@
; Author Kristen Gillard
; Author Dion Gillard
; Author Arnaud Heritier
; Setup Script for NSIS
; http://maven.apache.org/maven-1.x/reference/plugins/nsis/
; http://maven.apache.org/maven-1.x/plugins/nsis/
; add directories for the source if it exists, and the plugin
<util:available file="${maven.nsis.src}">
@@ -41,9 +42,9 @@
; macro for the image on the install screen
!include "BrandingImage.nsh"
; macro to check if the jdk is installed
!include "JDK.nsh"
; register environment variables in the system scope
!define ALL_USERS
!include "Environment.nsh"
; include project specific details
@@ -172,4 +173,4 @@ Function un.onGUIInit
FunctionEnd
; -------------------------------------------------------------- End of File
</j:jelly>
</j:jelly>

View File

@@ -24,7 +24,6 @@
</properties>
<body>
<release version="2.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update" issue="MPNSIS-14">Set environment variables in system scope instead of user scope.</action>
<action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action>
</release>
<release version="2.0" date="2006-07-28">