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:
parent
2c3f2bba2b
commit
ed738325a1
@ -53,6 +53,11 @@
|
|||||||
; Do a Cyclic Redundancy Check to make sure the installer is not corrupt
|
; Do a Cyclic Redundancy Check to make sure the installer is not corrupt
|
||||||
CRCCheck on
|
CRCCheck on
|
||||||
|
|
||||||
|
; Compress options
|
||||||
|
SetCompress force
|
||||||
|
SetCompressor /SOLID lzma
|
||||||
|
SetDatablockOptimize on
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "$${PROJECT_NAME}"
|
Name "$${PROJECT_NAME}"
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,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">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>
|
<action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.0" date="2006-07-28">
|
<release version="2.0" date="2006-07-28">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user