[jbpm-commits] JBoss JBPM SVN: r3317 - jbpm3/trunk/modules/distribution/src/main/resources/installer.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 10 08:19:08 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-10 08:19:08 -0500 (Wed, 10 Dec 2008)
New Revision: 3317

Modified:
   jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml
   jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
name="GWT-Console" required="no" preselected="yes"

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml	2008-12-10 12:58:42 UTC (rev 3316)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml	2008-12-10 13:19:08 UTC (rev 3317)
@@ -6,7 +6,7 @@
   <com.izforge.izpack.panels.TreePacksPanel>
     <pack name="jBPM3 Standalone" index="0" selected="true"/>
     <pack name="jBPM3 Server Components" index="1" selected="true"/>
-    <pack name="Optional Components" index="2" selected="false"/>
+    <pack name="Optional Components" index="2" selected="true"/>
     <pack name="Download JBoss-4.2.2" index="3" selected="false"/>
     <pack name="Download Eclipse-3.4.0" index="4" selected="false"/>
     <pack name="GWT-Console" index="5" selected="true"/>

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-10 12:58:42 UTC (rev 3316)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-10 13:19:08 UTC (rev 3317)
@@ -278,7 +278,31 @@
       </fileset>
     </pack>
 
-    <!-- Optional Components -->
+    <!-- 
+    ********************************
+    *                              *  
+    *   GWT Console                *
+    *                              *
+    ********************************
+    -->
+    
+    <pack name="GWT-Console" required="no" preselected="yes">
+      <description>GWT-Console (Preview, use at your own risk)</description>
+      <file src="@{deploy.artifacts.dir}/lib/gwt-console.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
+      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/gwt-console-server.war" unpack="true" override="true" />
+      <file src="@{deploy.artifacts.dir}/lib/report-server.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
+      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server-report.zip" targetdir="${installPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
+      <file src="@{deploy.artifacts.dir}/lib/report-engine.zip" targetdir="${installPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
+    </pack>
+    
+    <!-- 
+    ********************************
+    *                              *  
+    *   Optional Components        *
+    *                              *
+    ********************************
+    -->
+    
     <pack name="Optional Components" required="no" preselected="no">
       <description>Optional jBPM3 Components</description>
     </pack>
@@ -297,15 +321,5 @@
       <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/Uninstaller"/>
     </pack>
 
-    <!-- GWT Console -->
-    <pack name="GWT-Console" required="no" parent="Optional Components" preselected="no">
-      <description>GWT-Console (Preview, use at your own risk)</description>
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/gwt-console-server.war" unpack="true" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/report-server.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server-report.zip" targetdir="${installPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/report-engine.zip" targetdir="${installPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
-    </pack>
-    
   </packs>
 </installation>
\ No newline at end of file




More information about the jbpm-commits mailing list