Author: heiko.braun(a)jboss.com
Date: 2008-12-12 07:32:08 -0500 (Fri, 12 Dec 2008)
New Revision: 3365
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
Don't unpack gwt-console-server.war
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-12
12:28:35 UTC (rev 3364)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml 2008-12-12
12:32:08 UTC (rev 3365)
@@ -300,7 +300,7 @@
<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="${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="false" override="true" />
+ <file src="(a){deploy.artifacts.dir}/lib/gwt-console-server.war"
targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm"
unpack="false" 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" />
Show replies by date