Author: heiko.braun(a)jboss.com
Date: 2008-12-09 10:25:21 -0500 (Tue, 09 Dec 2008)
New Revision: 3291
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
Unpack gwt-console-server module to be included in integration tests
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-09
15:18:17 UTC (rev 3290)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml 2008-12-09
15:25:21 UTC (rev 3291)
@@ -297,7 +297,7 @@
<pack name="GWT-Console" required="no" parent="Optional
Components" preselected="no">
<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"
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" />
Show replies by date