[jbpm-commits] JBoss JBPM SVN: r3982 - jbpm4/trunk/modules/distro/src/main/resources/installer.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 20 10:32:51 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-20 10:32:51 -0500 (Fri, 20 Feb 2009)
New Revision: 3982

Modified:
   jbpm4/trunk/modules/distro/src/main/resources/installer/auto-install-template.xml
   jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml
Log:
installer improvements

Modified: jbpm4/trunk/modules/distro/src/main/resources/installer/auto-install-template.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/installer/auto-install-template.xml	2009-02-20 14:36:09 UTC (rev 3981)
+++ jbpm4/trunk/modules/distro/src/main/resources/installer/auto-install-template.xml	2009-02-20 15:32:51 UTC (rev 3982)
@@ -1,16 +1,11 @@
 <AutomatedInstallation langpack="eng">
   <com.izforge.izpack.panels.HelloPanel />
   <com.izforge.izpack.panels.TargetPanel>
-    <installpath>@user.home@/jbpm-jpdl- at product.version@</installpath>
+    <installpath>@user.home@/jbpm- at product.version@</installpath>
   </com.izforge.izpack.panels.TargetPanel>
   <com.izforge.izpack.panels.TreePacksPanel>
-    <pack name="jBPM4 Standalone" index="0" selected="true"/>
-    <pack name="jBPM4 JBoss Integration" index="1" selected="true"/>
-    <!--pack name="JSF-Console" index="2" selected="true"/>
-    <pack name="GWT-Console" index="3" selected="true"/-->
-    <pack name="Optional Components" index="4" selected="false"/>
-    <pack name="Download JBoss-5.0.0" index="5" selected="false"/>
-    <pack name="Download Eclipse-3.4.0" index="6" selected="false"/>
+    <pack name="jBPM Installation Files" index="0" selected="true"/>
+    <pack name="Install jBPM in JBoss" index="1" selected="true"/>
   </com.izforge.izpack.panels.TreePacksPanel>
   <com.izforge.izpack.panels.UserInputPanel>
     <userInput>

Modified: jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml	2009-02-20 14:36:09 UTC (rev 3981)
+++ jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml	2009-02-20 15:32:51 UTC (rev 3982)
@@ -7,6 +7,7 @@
   <info>
     <appname>@{product.name}</appname>
     <appversion>@{product.version}</appversion>
+    <uninstaller write="no" />
     <writeinstallationinformation>no</writeinstallationinformation>
   </info>
   <guiprefs width="600" height="440" resizable="yes">
@@ -146,10 +147,11 @@
 
       <description>The Install jBPM in JBoss</description>
 
-      <!-- jbpm/jbpm-service.sar -->
+      <!-- jbpm/jbpm-service.sar
       <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true">
         <include name="logging.properties"/>
       </fileset>
+       -->
 
       <!-- jbpm/jbpm-service.sar , enterprise config-->
       <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-enterprise-config" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true">




More information about the jbpm-commits mailing list