[izpack-changes] r1833 - in izpack-src/trunk: . src/dist-files

noreply at berlios.de noreply at berlios.de
Sat May 12 23:43:02 CEST 2007


Author: aikebah
Date: 2007-05-12 23:42:52 +0200 (Sat, 12 May 2007)
New Revision: 1833

Modified:
   izpack-src/trunk/Versions.txt
   izpack-src/trunk/src/dist-files/IzPack-install.xml
Log:
Enabling externalized pack-configurations based on a patch proposed by Syed Khadeer

Modified: izpack-src/trunk/Versions.txt
===================================================================
--- izpack-src/trunk/Versions.txt	2007-05-12 13:30:52 UTC (rev 1832)
+++ izpack-src/trunk/Versions.txt	2007-05-12 21:42:52 UTC (rev 1833)
@@ -16,6 +16,7 @@
 - New Farsi langpack (Parastou Kohvaei via Klaus Bartz)
 - Dynamic control validation on radio and checkbox selection events (Vladimir Ralev)
 - Locale support of Shortcut specification file (Klaus Bartz using a hint of Loic)
+- Enabled distributed pack-definitions (Hans Aikema based on patch by Syed Khadeer)
 
   > 3.10.2
 

Modified: izpack-src/trunk/src/dist-files/IzPack-install.xml
===================================================================
--- izpack-src/trunk/src/dist-files/IzPack-install.xml	2007-05-12 13:30:52 UTC (rev 1832)
+++ izpack-src/trunk/src/dist-files/IzPack-install.xml	2007-05-12 21:42:52 UTC (rev 1833)
@@ -155,7 +155,7 @@
     <packs>
 
         <!-- The core files -->
-        <pack name="Core" required="yes">
+        <pack name="Core" required="yes" packImgId="ImgPacksPanel.img.0">
             <description>The IzPack core files.</description>
             <fileset dir="" targetdir="$INSTALL_PATH">
                 <include name="*.txt"/>
@@ -168,13 +168,13 @@
         </pack>
 
         <!-- The documentation -->
-        <pack name="XHTML Documentation" required="no">
+        <pack name="XHTML Documentation" required="no" packImgId="ImgPacksPanel.img.1">
             <description>The IzPack documentation (XHTML version).</description>
             <fileset dir="" targetdir="$INSTALL_PATH">
                 <include name="doc/izpack/xhtml/**/*"/>
             </fileset>
         </pack>
-        <pack name="Java Documentation" required="no">
+        <pack name="Java Documentation" required="no" packImgId="ImgPacksPanel.img.2">
             <description>
                 The IzPack Java documentation (Javadocs for IzPack developers).
             </description>
@@ -192,7 +192,7 @@
             </fileset>
             </pack>
         -->
-        <pack name="NanoXML Documentation" required="no">
+        <pack name="NanoXML Documentation" required="no" packImgId="ImgPacksPanel.img.3">
             <description>NanoXML documentation (for IzPack developers).</description>
             <fileset dir="" targetdir="$INSTALL_PATH">
                 <include name="doc/nanoxml/**/*"/>
@@ -201,7 +201,7 @@
 
 
         <!-- A trivial sample to get started -->
-        <pack name="Sample" required="no">
+        <pack name="Sample" required="no" packImgId="ImgPacksPanel.img.4">
             <description>A sample installation.</description>
             <fileset dir="" targetdir="$INSTALL_PATH">
                 <include name="sample/**/*"/>
@@ -209,7 +209,7 @@
         </pack>
 
         <!-- The source code of this version -->
-        <pack name="Sources" required="no">
+        <pack name="Sources" required="no" packImgId="ImgPacksPanel.img.5">
             <description>The full IzPack source code.</description>
             <fileset dir="" targetdir="$INSTALL_PATH">
                 <include name="src/**/*"/>




More information about the izpack-changes mailing list