[izpack-changes] r1856 - izpack-src/trunk/src/lib/com/izforge/izpack

noreply at berlios.de noreply at berlios.de
Tue May 29 22:49:34 CEST 2007


Author: vralev
Date: 2007-05-29 22:49:32 +0200 (Tue, 29 May 2007)
New Revision: 1856

Modified:
   izpack-src/trunk/src/lib/com/izforge/izpack/Pack.java
Log:
TreePacksPanel (compiler and pack structure changes)

Modified: izpack-src/trunk/src/lib/com/izforge/izpack/Pack.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/Pack.java	2007-05-29 20:49:11 UTC (rev 1855)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/Pack.java	2007-05-29 20:49:32 UTC (rev 1856)
@@ -86,6 +86,9 @@
 
     /** Whether this pack is suggested (preselected for installation). */
     public boolean preselected;
+    
+    /** Parent pack name to display it in the TreePacksPanel (optional)*/
+    public String parent;
 
     /** The color of the node. This is used for the dependency graph algorithms */
     public int color;




More information about the izpack-changes mailing list