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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 12 07:32:08 EST 2008


Author: heiko.braun at 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="@{deploy.artifacts.dir}/lib/gwt-console.war" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server.war" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/gwt-console-server.war" unpack="false" override="true" />
+      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server.war" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
       <file src="@{deploy.artifacts.dir}/lib/report-server.war" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
       <file src="@{deploy.artifacts.dir}/lib/gwt-console-server-report.zip" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
       <file src="@{deploy.artifacts.dir}/lib/report-engine.zip" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />




More information about the jbpm-commits mailing list