Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@534665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fcbee3815
commit
9fa75bbac2
@ -40,11 +40,17 @@ SetDatablockOptimize on
|
|||||||
<util:available file="${maven.nsis.src}">
|
<util:available file="${maven.nsis.src}">
|
||||||
; add project source onto the include list
|
; add project source onto the include list
|
||||||
!addincludedir "${maven.nsis.src}"
|
!addincludedir "${maven.nsis.src}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${maven.nsis.src}"
|
||||||
</util:available>
|
</util:available>
|
||||||
; add generated files onto the include list
|
; add generated files onto the include list
|
||||||
!addincludedir "${maven.build.dir}"
|
!addincludedir "${maven.build.dir}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${maven.build.dir}"
|
||||||
; add plugin supplied files onto the include list
|
; add plugin supplied files onto the include list
|
||||||
!addincludedir "${plugin.resources}"
|
!addincludedir "${plugin.resources}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${plugin.resources}"
|
||||||
|
|
||||||
; macro to check if the jdk is installed
|
; macro to check if the jdk is installed
|
||||||
!include "JDK.nsh"
|
!include "JDK.nsh"
|
||||||
|
|||||||
@ -42,11 +42,17 @@ SetDatablockOptimize on
|
|||||||
<util:available file="${maven.nsis.src}">
|
<util:available file="${maven.nsis.src}">
|
||||||
; add project source onto the include list
|
; add project source onto the include list
|
||||||
!addincludedir "${maven.nsis.src}"
|
!addincludedir "${maven.nsis.src}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${maven.nsis.src}"
|
||||||
</util:available>
|
</util:available>
|
||||||
; add generated files onto the include list
|
; add generated files onto the include list
|
||||||
!addincludedir "${maven.build.dir}"
|
!addincludedir "${maven.build.dir}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${maven.build.dir}"
|
||||||
; add plugin supplied files onto the include list
|
; add plugin supplied files onto the include list
|
||||||
!addincludedir "${plugin.resources}"
|
!addincludedir "${plugin.resources}"
|
||||||
|
; Directory to search NSIS plugins
|
||||||
|
!addplugindir "${plugin.resources}"
|
||||||
|
|
||||||
; macro for the image on the install screen
|
; macro for the image on the install screen
|
||||||
!include "BrandingImage.nsh"
|
!include "BrandingImage.nsh"
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.1-SNAPSHOT" date="In SVN">
|
<release version="2.1-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins.</action>
|
||||||
<action dev="aheritier" type="add" issue="MPNSIS-15">Add a new template using MODERN_UI macros for a better Look and Feel.</action>
|
<action dev="aheritier" type="add" issue="MPNSIS-15">Add a new template using MODERN_UI macros for a better Look and Feel.</action>
|
||||||
<action dev="aheritier" type="add" issue="MPNSIS-13">The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh".</action>
|
<action dev="aheritier" type="add" issue="MPNSIS-13">The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh".</action>
|
||||||
<action dev="aheritier" type="update">Set compress options (force/lzma).</action>
|
<action dev="aheritier" type="update">Set compress options (force/lzma).</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user