add compress options

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-10-28 22:32:18 +00:00
parent 2c3f2bba2b
commit ed738325a1
2 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,11 @@
; Do a Cyclic Redundancy Check to make sure the installer is not corrupt
CRCCheck on
; Compress options
SetCompress force
SetCompressor /SOLID lzma
SetDatablockOptimize on
; The name of the installer
Name "$${PROJECT_NAME}"

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="2.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Set compress options (force/lzma).</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">