[izpack-changes] r1628 - in izpack-src/branches/branch-3.9: . src

noreply at berlios.de noreply at berlios.de
Tue Oct 10 20:23:30 CEST 2006


Author: miraodb
Date: 2006-10-10 20:23:24 +0200 (Tue, 10 Oct 2006)
New Revision: 1628

Modified:
   izpack-src/branches/branch-3.9/Versions.txt
   izpack-src/branches/branch-3.9/src/build.xml
Log:
Fixes build.xml: PathSelectionPanel without using TargetPanel (FM)

Modified: izpack-src/branches/branch-3.9/Versions.txt
===================================================================
--- izpack-src/branches/branch-3.9/Versions.txt	2006-10-03 16:08:32 UTC (rev 1627)
+++ izpack-src/branches/branch-3.9/Versions.txt	2006-10-10 18:23:24 UTC (rev 1628)
@@ -2,7 +2,9 @@
 
 	> 3.9.1 (build xxxx.xx.xx)
 - Fixed the DesktopShortcutCheckboxEnabled Builtin Variable in docu (Fabrice Mirabile))
+- Fixed build.xml (PathSelectionPanel without using TargetPanel) (Fabrice Mirabile)
 
+
   > 3.9.0 (build 2006.09.25)
 - Fix NullPointerException in CompilerConfig, if you specify a 
 	compiler listener and the compiler listener class can't be found (Dennis Reil)

Modified: izpack-src/branches/branch-3.9/src/build.xml
===================================================================
--- izpack-src/branches/branch-3.9/src/build.xml	2006-10-03 16:08:32 UTC (rev 1627)
+++ izpack-src/branches/branch-3.9/src/build.xml	2006-10-10 18:23:24 UTC (rev 1628)
@@ -153,6 +153,9 @@
         
   14.09.2006: (Marc Eppelmann)   
       Added target src.tar.gz and clean.src.tar.gz
+      
+  10.10.2006: (Fabrice Mirabile)   
+      Fixeed target src.tar.gz and clean.src.tar.gz
               
   Mini-HowTo:
 
@@ -357,6 +360,7 @@
                deprecation="on"
                debug="${debug}"
                debuglevel="${debuglevel}">
+            <include name="com/izforge/izpack/panels/PathSelectionPanel.java" />
             <include name="com/izforge/izpack/*.java" />
             <include name="com/izforge/izpack/gui/*.java" />
             <include name="com/izforge/izpack/installer/*.java" />
@@ -375,6 +379,7 @@
                 <attribute name="Main-Class" value="${installer.class}" />
             </manifest>
             <fileset dir="${build.dir}">
+                <include name="com/izforge/izpack/panels/PathSelectionPanel.class" />
                 <include name="com/izforge/izpack/*.class" />
                 <include name="com/izforge/izpack/gui/*.class" />
                 <include name="com/izforge/izpack/installer/*.class" />




More information about the izpack-changes mailing list