[jbpm-commits] JBoss JBPM SVN: r2847 - jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 08:41:18 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 08:41:18 -0500 (Mon, 10 Nov 2008)
New Revision: 2847

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh
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 13:36:14 UTC (rev 2846)
+++ jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh	2008-11-10 13:41:18 UTC (rev 2847)
@@ -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-$JBPM_VERSION-izpack.jar $AUTO_INSTALL"
+JAVA_CMD="java -jar $DISTRODIR/jbpm-$JBPM_VERSION-installer.jar $AUTO_INSTALL"
 echo $JAVA_CMD; $JAVA_CMD 
 
 # FIXME: Autoinstall does not respect conditions




More information about the jbpm-commits mailing list