Author: [EMAIL PROTECTED]
Date: Tue Oct 14 08:22:46 2008
New Revision: 2773

Modified:
   trunk/build.xml
   trunk/ext-tools-home/izpack/lib/standalone-compiler.jar
   trunk/ext-tools-home/izpack/utils/izpack2exe/NOTICE
   trunk/ext-tools-home/izpack/utils/izpack2exe/izpack2exe.py
   trunk/ext-tools-home/izpack/utils/izpack2exe/library.zip
   trunk/ext-tools-home/izpack/utils/izpack2exe/setup.py

Log:
Updated IzPack to version 4.1.0.

This still doesn't fix the file association problem (it appears they've changed the way registry modification is done), but it does add Pack200 compression support, which has resulted in reducing the size of the Power*Architect Windows installer to 8 MB. The installation will take a little longer because of decompression but I think the file size savings is worth it.

Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml     (original)
+++ trunk/build.xml     Tue Oct 14 08:22:46 2008
@@ -859,6 +859,7 @@
                                                
<appversion>@{app.version}</appversion>
                                                
<url>http://www.sqlpower.ca/</url>
                                                <javaversion>1.5</javaversion>
+                                               <pack200/>
                                        </info>
                                        <guiprefs height="600" resizable="yes" 
width="800">
                                                <laf name="metouia">

Modified: trunk/ext-tools-home/izpack/lib/standalone-compiler.jar
==============================================================================
Binary files. No diff available.

Modified: trunk/ext-tools-home/izpack/utils/izpack2exe/NOTICE
==============================================================================
--- trunk/ext-tools-home/izpack/utils/izpack2exe/NOTICE (original)
+++ trunk/ext-tools-home/izpack/utils/izpack2exe/NOTICE Tue Oct 14 08:22:46 2008
@@ -4,4 +4,4 @@
   This product includes software developed by Julien Ponge and others
   for the IzPack project:
     - http://izpack.org/
-    - http://developer.berlios.de/projects/izpack/
+    - http://izpack.codehaus.org/

Modified: trunk/ext-tools-home/izpack/utils/izpack2exe/izpack2exe.py
==============================================================================
--- trunk/ext-tools-home/izpack/utils/izpack2exe/izpack2exe.py  (original)
+++ trunk/ext-tools-home/izpack/utils/izpack2exe/izpack2exe.py Tue Oct 14 08:22:46 2008
@@ -4,7 +4,7 @@
 # IzPack - Copyright 2007, 2008 Julien Ponge, All Rights Reserved.
 #
 # http://izpack.org/
-# http://developer.berlios.de/projects/izpack/
+# http://izpack.codehaus.org/
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
                       default="setup.exe",
                       help="The executable file")
     parser.add_option("--with-7z", action="store", dest="p7z",
-                      default="./7za",
+                      default="7za",
                       help="Path to the 7-Zip executable")
     parser.add_option("--with-upx", action="store", dest="upx",
                       default="upx",

Modified: trunk/ext-tools-home/izpack/utils/izpack2exe/library.zip
==============================================================================
Binary files. No diff available.

Modified: trunk/ext-tools-home/izpack/utils/izpack2exe/setup.py
==============================================================================
--- trunk/ext-tools-home/izpack/utils/izpack2exe/setup.py       (original)
+++ trunk/ext-tools-home/izpack/utils/izpack2exe/setup.py Tue Oct 14 08:22:46 2008
@@ -4,7 +4,7 @@
 # IzPack - Copyright 2007, 2008 Julien Ponge, All Rights Reserved.
 #
 # http://izpack.org/
-# http://developer.berlios.de/projects/izpack/
+# http://izpack.codehaus.org/
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Reply via email to