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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 9 10:25:21 EST 2008


Author: heiko.braun at 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="@{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" 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" />




More information about the jbpm-commits mailing list