[jbpm-commits] JBoss JBPM SVN: r2846 - in jbpm3/branches/jbpm-3.3.0.GA: modules/distribution/scripts and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 08:36:14 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 08:36:14 -0500 (Mon, 10 Nov 2008)
New Revision: 2846

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
Log:
Align jbpm distribution with hudson command.sh

Modified: jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh	2008-11-10 12:46:33 UTC (rev 2845)
+++ jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh	2008-11-10 13:36:14 UTC (rev 2846)
@@ -58,7 +58,7 @@
 # Deploy distro
 #
 AUTO_INSTALL=modules/distribution/target/resources/auto-install-template.xml; cat $AUTO_INSTALL;
-JAVA_CMD="java -jar $DISTRODIR/jbpm-distribution-$JBPM_VERSION-izpack.jar $AUTO_INSTALL"
+JAVA_CMD="java -jar $DISTRODIR/jbpm-$JBPM_VERSION-izpack.jar $AUTO_INSTALL"
 echo $JAVA_CMD; $JAVA_CMD 
 
 # FIXME: Autoinstall does not respect conditions

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 12:46:33 UTC (rev 2845)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 13:36:14 UTC (rev 2846)
@@ -142,7 +142,7 @@
 
     <!-- Run installer build -->
     <echo message="Running IzPack to build the installer..." />
-    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/jbpm-jpdl-${product.version}-installer.jar"
+    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/jbpm-${product.version}-installer.jar"
       installerType="standard" inheritAll="true" basedir="${izpack.temp.dir}" />
 
     <!-- Clean working directory -->




More information about the jbpm-commits mailing list