Author: thomas.diesler(a)jboss.com
Date: 2008-12-10 09:29:01 -0500 (Wed, 10 Dec 2008)
New Revision: 3319
Modified:
jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml
jbpm3/trunk/modules/distribution/src/main/resources/installer/ant-actions-spec.xml
jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml
jbpm3/trunk/modules/distribution/src/main/resources/installer/download-helper.xml
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml
Log:
[JBPM-1814] make jbpm installation in jboss optional
Modified: jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml 2008-12-10 13:45:18 UTC
(rev 3318)
+++ jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml 2008-12-10 14:29:01 UTC
(rev 3319)
@@ -57,9 +57,6 @@
<!-- ================================================================== -->
<target name="init">
- <echo />
- <echo message="jboss.home=${jboss.home}" />
-
</target>
<!-- ================================================================== -->
@@ -135,10 +132,6 @@
<property name="izpack.temp.dir"
value="${output.dir}/izpack-temp" />
<mkdir dir="${izpack.temp.dir}" />
- <!--
http://jira.codehaus.org/browse/IZPACK-151 -->
- <copy file="${deploy.artifacts.lib}/jbpm-jpdl-config.jar"
tofile="${deploy.artifacts.lib}/jbpm-jpdl-config.zip" />
- <copy file="${deploy.artifacts.lib}/jbpm-userguide.jdocbook"
tofile="${deploy.artifacts.lib}/jbpm-userguide.zip" />
-
<!-- Run installer build -->
<echo message="Running IzPack to build the installer..." />
<izpack input="${resources.dir}/installer/install-definition.xml"
output="${output.dir}/jbpm-installer-${product.version}.jar"
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/ant-actions-spec.xml
===================================================================
---
jbpm3/trunk/modules/distribution/src/main/resources/installer/ant-actions-spec.xml 2008-12-10
13:45:18 UTC (rev 3318)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/ant-actions-spec.xml 2008-12-10
14:29:01 UTC (rev 3319)
@@ -1,5 +1,5 @@
<antactions>
- <pack name="Download JBoss-4.2.2">
+ <pack name="Download JBoss-5.0.0">
<antcall order="afterpack"
buildfile="$INSTALL_PATH/Uninstaller/download-helper.xml">
<property name="install.path" value="$INSTALL_PATH"/>
<target name="download-jboss"/>
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
13:45:18 UTC (rev 3318)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/auto-install-template.xml 2008-12-10
14:29:01 UTC (rev 3319)
@@ -5,11 +5,12 @@
</com.izforge.izpack.panels.TargetPanel>
<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="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"/>
+ <pack name="jBPM3 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"/>
</com.izforge.izpack.panels.TreePacksPanel>
<com.izforge.izpack.panels.UserInputPanel>
<userInput>
@@ -24,7 +25,7 @@
</com.izforge.izpack.panels.UserInputPanel>
<com.izforge.izpack.panels.UserInputPanel>
<userInput>
- <entry key="installPath" value="@jboss.home(a)" />
+ <entry key="jbossInstallPath" value="@jboss.home(a)" />
</userInput>
</com.izforge.izpack.panels.UserInputPanel>
<com.izforge.izpack.panels.SummaryPanel />
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/download-helper.xml
===================================================================
---
jbpm3/trunk/modules/distribution/src/main/resources/installer/download-helper.xml 2008-12-10
13:45:18 UTC (rev 3318)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/download-helper.xml 2008-12-10
14:29:01 UTC (rev 3319)
@@ -13,8 +13,8 @@
<project>
<target name="download-jboss">
- <get
src="http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip"
dest="${install.path}/Uninstaller/jboss-4.2.2.GA.zip"
usetimestamp="true"/>
- <unzip src="${install.path}/Uninstaller/jboss-4.2.2.GA.zip"
dest="${install.path}"/>
+ <get
src="http://downloads.sourceforge.net/jboss/jboss-5.0.0.GA.zip?modti...
dest="${install.path}/Uninstaller/jboss-5.0.0.GA.zip"
usetimestamp="true"/>
+ <unzip src="${install.path}/Uninstaller/jboss-5.0.0.GA.zip"
dest="${install.path}"/>
</target>
<target name="download-eclipse">
<get
src="http://download.eclipse.org/technology/epp/downloads/release/ga...
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
13:45:18 UTC (rev 3318)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml 2008-12-10
14:29:01 UTC (rev 3319)
@@ -48,16 +48,12 @@
<variable name="jboss.home" value="${jboss422.home}"
condition="isJBoss422" />
<variable name="jboss.home" value="${jboss423.home}"
condition="isJBoss423" />
<variable name="jboss.home" value="${jboss500.home}"
condition="isJBoss500" />
- <variable name="installPath"
value="$INSTALL_PATH/jboss-4.2.2.GA" condition="isJBoss422Download"
/>
- <variable name="jbossTargetServer" value="default"
condition="isJBoss422Download" />
+ <variable name="jbossInstallPath" value="${jboss.home}" />
+ <variable name="jbossTargetServer" value="default"/>
</dynamicvariables>
<!-- Conditions -->
<conditions>
- <condition type="packselection" id="isJBoss422Download">
- <packid>Download JBoss-4.2.2</packid>
- </condition>
-
<!-- Target Server Conditions -->
<condition type="variable" id="isJBoss422">
<name>jbossSelection</name>
@@ -102,12 +98,19 @@
<panel classname="SummaryPanel" />
<panel classname="InstallPanel" />
<panel classname="FinishPanel" />
- <!--
http://jira.codehaus.org/browse/IZPACK-154 -->
</panels>
<!-- Packs -->
<packs>
- <!-- jBPM3 Standalone -->
+
+ <!--
+ ********************************
+ * *
+ * jBPM Standalone *
+ * *
+ ********************************
+ -->
+
<pack name="jBPM3 Standalone" required="yes"
preselected="yes">
<description>The jBPM3 Standalone Components</description>
@@ -173,13 +176,20 @@
</fileset>
</pack>
- <!-- jBPM3 Server Components -->
- <pack name="jBPM3 Server Components" required="yes"
preselected="yes">
+ <!--
+ ********************************
+ * *
+ * JBoss Integration *
+ * *
+ ********************************
+ -->
- <description>The jBPM3 Server Components</description>
+ <pack name="jBPM3 JBoss Integration" required="no"
preselected="yes">
+
+ <description>The jBPM3 JBoss Integration</description>
<!-- server/lib -->
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/lib"
override="true">
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/lib"
override="true">
<include name="bpm-spec-api.jar" />
<include name="bpm-spec-integration-jboss42.jar" />
<include name="slf4j-api.jar" />
@@ -187,54 +197,43 @@
</fileset>
<!-- jbpm/jbpm-integration.beans -->
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-integration.beans"
override="true">
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-integration.beans"
override="true">
<include name="bpm-spec-dialect-api10.jar" />
<include name="bpm-spec-integration-jbpm3.jar" />
</fileset>
- <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-integration-config"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-integration.beans/META-INF"
override="true">
+ <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-integration-config"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-integration.beans/META-INF"
override="true">
<include name="jboss-beans.xml" />
</fileset>
<!-- jbpm/jbpm-service.sar -->
- <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-enterprise-config"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
+ <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-enterprise-config"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
<include name="jbpm.cfg.xml" />
<include name="hibernate.extra.hbm.xml" />
</fileset>
- <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-integration-config"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
+ <fileset
dir="(a){deploy.artifacts.dir}/resources/jbpm-integration-config"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
<include name="bpm-process-deployer.xml" />
</fileset>
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
<include name="jbpm-jpdl.jar" />
<include name="jbpm-identity.jar" />
</fileset>
- <file src="(a){deploy.artifacts.dir}/lib/jbpm-identity-service.zip"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
+ <file src="(a){deploy.artifacts.dir}/lib/jbpm-identity-service.zip"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
unpack="true" override="true" />
<!-- jbpm/jbpm-enterprise.jar -->
- <file src="(a){deploy.artifacts.dir}/lib/jbpm-enterprise.jar"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-enterprise.jar"
+ <file src="(a){deploy.artifacts.dir}/lib/jbpm-enterprise.jar"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-enterprise.jar"
unpack="true" override="true" />
- <!-- jbpm/jsf-console.war -->
- <file src="(a){deploy.artifacts.dir}/lib/jsf-console.war"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jsf-console.war"
- unpack="true" override="true" />
<!-- jbpm/jbpm-userguide.war -->
- <file src="(a){deploy.artifacts.dir}/lib/jbpm-userguide.zip"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-userguide.war"
+ <file src="(a){deploy.artifacts.dir}/lib/jbpm-userguide.jdocbook"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-userguide.war"
unpack="true" override="true" />
<!-- jbpm-destinations-service -->
- <file src="(a){resources.dir}/destination/jbpm-destinations-service.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" />
+ <file src="(a){resources.dir}/destination/jbpm-destinations-service.xml"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm" />
- <!--
- ********************************
- * *
- * Database Configuration *
- * *
- ********************************
- -->
-
- <!-- database configs to docs/examples/jbpm -->
- <fileset dir="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config"
targetdir="${installPath}/docs/examples/jbpm" override="true">
+ <!-- Database configs to docs/examples/jbpm -->
+ <fileset dir="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config"
targetdir="${jbossInstallPath}/docs/examples/jbpm"
override="true">
<include name="hibernate.cfg.hsqldb.xml"/>
<include name="hibernate.cfg.mysql.xml"/>
<include name="hibernate.cfg.postgresql.xml"/>
@@ -246,34 +245,34 @@
</fileset>
<!-- Database Hypsersonic -->
- <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-hsqldb-ds.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isHypersonic"/>
+ <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-hsqldb-ds.xml"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isHypersonic"/>
<singlefile
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.hsqldb.xml"
condition="isHypersonic"
-
target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
- <fileset dir="(a){resources.dir}/database"
targetdir="${installPath}/server/${jbossTargetServer}/data"
condition="isHypersonic">
+
target="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
+ <fileset dir="(a){resources.dir}/database"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data"
condition="isHypersonic">
<include name="hypersonic/jbpmDB.*" />
</fileset>
<!-- Database MySQL -->
- <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-mysql-ds.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isMySQL"/>
+ <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-mysql-ds.xml"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isMySQL"/>
<singlefile
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.mysql.xml"
condition="isMySQL"
-
target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isMySQL">
+
target="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isMySQL">
<include name="mysql-connector-java.jar" />
</fileset>
<!-- Database PostgreSQL -->
- <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-postgresql-ds.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isPostgreSQL"/>
+ <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-postgresql-ds.xml"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isPostgreSQL"/>
<singlefile
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.postgresql.xml"
condition="isPostgreSQL"
-
target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isPostgreSQL">
+
target="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isPostgreSQL">
<include name="postgresql.jar" />
</fileset>
<!-- Database Sybase -->
- <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-sybase-ds.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isSybase"/>
+ <file
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-sybase-ds.xml"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
condition="isSybase"/>
<singlefile
src="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.sybase.xml"
condition="isSybase"
-
target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
- <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isSybase">
+
target="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
+ <fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true" condition="isSybase">
<include name="jtds.jar" />
</fileset>
</pack>
@@ -281,18 +280,34 @@
<!--
********************************
* *
+ * JSF Console *
+ * *
+ ********************************
+ -->
+ <pack name="JSF-Console" parent="jBPM3 JBoss Integration"
required="no" preselected="yes">
+ <description>JSF-Console</description>
+
+ <!-- jbpm/jsf-console.war -->
+ <file src="(a){deploy.artifacts.dir}/lib/jsf-console.war"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jsf-console.war"
+ unpack="true" override="true" />
+
+ </pack>
+
+ <!--
+ ********************************
+ * *
* GWT Console *
* *
********************************
-->
- <pack name="GWT-Console" required="no"
preselected="yes">
+ <pack name="GWT-Console" parent="jBPM3 JBoss Integration"
required="no" preselected="yes">
<description>GWT-Console (Preview, use at your own risk)</description>
- <file src="(a){deploy.artifacts.dir}/lib/gwt-console.war"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
unpack="false" override="true" />
- <file src="(a){deploy.artifacts.dir}/lib/gwt-console-server.war"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/gwt-console-server.war"
unpack="true" override="true" />
- <file src="(a){deploy.artifacts.dir}/lib/report-server.war"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"
unpack="false" override="true" />
- <file src="(a){deploy.artifacts.dir}/lib/gwt-console-server-report.zip"
targetdir="${installPath}/server/${jbossTargetServer}/data/birt/"
unpack="true" override="true" />
- <file src="(a){deploy.artifacts.dir}/lib/report-engine.zip"
targetdir="${installPath}/server/${jbossTargetServer}/data/birt/"
unpack="true" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/gwt-console.war"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
unpack="false" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/gwt-console-server.war"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/gwt-console-server.war"
unpack="true" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/report-server.war"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
unpack="false" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/gwt-console-server-report.zip"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/"
unpack="true" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/report-engine.zip"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/"
unpack="true" override="true" />
</pack>
<!--
@@ -307,9 +322,9 @@
<description>Optional jBPM3 Components</description>
</pack>
- <!-- JBoss-4.2.2 -->
- <pack name="Download JBoss-4.2.2" required="no"
parent="Optional Components" preselected="no">
- <description>Download and Install JBoss-4.2.2</description>
+ <!-- JBoss-5.0.0 -->
+ <pack name="Download JBoss-5.0.0" required="no"
parent="Optional Components" preselected="no">
+ <description>Download and Install JBoss-5.0.0</description>
<!--
http://jira.codehaus.org/browse/IZPACK-158 -->
<file src="(a){resources.dir}/installer/download-helper.xml"
targetdir="$INSTALL_PATH/Uninstaller"/>
</pack>
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml
===================================================================
---
jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml 2008-12-10
13:45:18 UTC (rev 3318)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml 2008-12-10
14:29:01 UTC (rev 3319)
@@ -1,13 +1,12 @@
<userInput>
<panel order="0">
- <createForUnselectedPack name="Download JBoss-4.2.2" />
+ <createForPack name="jBPM3 JBoss Integration" />
<field type="radio" variable="jbossSelection">
<description align="left" txt="Please choose your target
server" />
<spec>
<choice txt="JBoss-5.0.0" value="jboss500"
set="true"/>
<choice txt="JBoss-4.2.3" value="jboss423"/>
<choice txt="JBoss-4.2.2" value="jboss422"/>
- <choice txt="None" value="noserver"/>
</spec>
</field>
<field type="text" variable="jbossTargetServer">
@@ -15,6 +14,7 @@
</field>
</panel>
<panel order="1">
+ <createForPack name="jBPM3 JBoss Integration" />
<field type="radio" variable="dbSelection">
<description align="left" txt="Please choose your target
database" />
<spec>
@@ -26,9 +26,9 @@
</field>
</panel>
<panel order="2">
- <createForUnselectedPack name="Download JBoss-4.2.2" />
- <field type="dir" align="left"
variable="installPath">
- <spec txt="Install Path:" size="25"
set="${jboss.home}" />
+ <createForPack name="jBPM3 JBoss Integration" />
+ <field type="dir" align="left"
variable="jbossInstallPath">
+ <spec txt="JBoss Home:" size="25"
set="${jboss.home}" />
</field>
</panel>
</userInput>
\ No newline at end of file