[izpack-changes] r1830 - in izpack-src/branches/3.10: . src src/dist-files src/lib/com/izforge/izpack/compiler

noreply at berlios.de noreply at berlios.de
Fri May 11 21:37:46 CEST 2007


Author: jponge
Date: 2007-05-11 21:37:32 +0200 (Fri, 11 May 2007)
New Revision: 1830

Modified:
   izpack-src/branches/3.10/Versions.txt
   izpack-src/branches/3.10/src/build.xml
   izpack-src/branches/3.10/src/dist-files/IzPack-install.xml
   izpack-src/branches/3.10/src/lib/com/izforge/izpack/compiler/Compiler.java
Log:
3.10.2


Modified: izpack-src/branches/3.10/Versions.txt
===================================================================
--- izpack-src/branches/3.10/Versions.txt	2007-05-11 14:44:09 UTC (rev 1829)
+++ izpack-src/branches/3.10/Versions.txt	2007-05-11 19:37:32 UTC (rev 1830)
@@ -1,6 +1,6 @@
 [ The list of the different public versions of IzPack ]
 
-  > 3.10.2
+  > 3.10.2 (build 2007.05.11)
 
 - Vista/Java6 fixes (Stefan Wachter via Julien Ponge)
 - Dutch Langpack fixes (Hans Aikema)

Modified: izpack-src/branches/3.10/src/build.xml
===================================================================
--- izpack-src/branches/3.10/src/build.xml	2007-05-11 14:44:09 UTC (rev 1829)
+++ izpack-src/branches/3.10/src/build.xml	2007-05-11 19:37:32 UTC (rev 1830)
@@ -198,7 +198,7 @@
 
     <property file="src/ant.properties" />
     <property name="ver" value="3.10" />
-    <property name="rel" value="1" />
+    <property name="rel" value="2" />
     <property name="build.number" value="${ver}.${rel}" />
 
     <property name="src.dir" value="${basedir}/src/lib" />

Modified: izpack-src/branches/3.10/src/dist-files/IzPack-install.xml
===================================================================
--- izpack-src/branches/3.10/src/dist-files/IzPack-install.xml	2007-05-11 14:44:09 UTC (rev 1829)
+++ izpack-src/branches/3.10/src/dist-files/IzPack-install.xml	2007-05-11 19:37:32 UTC (rev 1830)
@@ -23,11 +23,13 @@
     <!-- The info section -->
     <info>
         <appname>IzPack</appname>
-        <appversion>3.10.1</appversion>
+        <appversion>3.10.2</appversion>
         <authors>
             <author email="" name="Julien Ponge (maintainer and original developer)"/>
 
             <author email="" name="Klaus Bartz (developer)"/>
+            <author email="" name="Hans Aikema (developer)" />
+            <author email="" name="Marc Eppelmann (developer)" />
             <author email="" name="Fabrice Mirabile (developer)"/>
             <author email="" name="Dennis Reil (developer)" />
             <author email="" name="JBoss/RedHat: Vladimir Ralev (developers)" />
@@ -40,6 +42,11 @@
             <author email="" name="Stefan Wachter (contributor)" />
             <author email="" name="Romain Guy (contributor)" />
             <author email="" name="Melih Cetin (contributor)" />
+            <author email="" name="Thomas Santosa (contributor)" />
+            <author email="" name="Michael Hagedorn (contributor)" />
+            <author email="" name="Max Fedorov (contributor)" />
+            <author email="" name="Scott Plante (contributor)" />
+            <author email="" name="Marius Nicolae (contributor)" />
 
             <author email=""
                     name="... the (many) other developers and contributors to the previous releases!"/>

Modified: izpack-src/branches/3.10/src/lib/com/izforge/izpack/compiler/Compiler.java
===================================================================
--- izpack-src/branches/3.10/src/lib/com/izforge/izpack/compiler/Compiler.java	2007-05-11 14:44:09 UTC (rev 1829)
+++ izpack-src/branches/3.10/src/lib/com/izforge/izpack/compiler/Compiler.java	2007-05-11 19:37:32 UTC (rev 1830)
@@ -64,7 +64,7 @@
 public class Compiler extends Thread
 {
     /** The IzPack version. */
-    public final static String IZPACK_VERSION = "3.10.1";
+    public final static String IZPACK_VERSION = "3.10.2";
 
     /** The IzPack home directory. */
     public static String IZPACK_HOME = ".";




More information about the izpack-changes mailing list