[jbpm-commits] JBoss JBPM SVN: r2078 - jbpm3/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 3 04:29:17 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-03 04:29:16 -0400 (Wed, 03 Sep 2008)
New Revision: 2078

Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
mv tmp.xml auto-install.xml

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-03 08:07:29 UTC (rev 2077)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-03 08:29:16 UTC (rev 2078)
@@ -38,7 +38,7 @@
 # Deploy distro
 #
 sed s:CONTAINER:$CONTAINER: $DISTRODIR/resources/auto-install-$DATABASE.xml > auto-install.xml 
-sed s:JBOSS_HOME:$JBOSS_HOME: auto-install.xml > tmp.xml; cp tmp.xml auto-install.xml
+sed s:JBOSS_HOME:$JBOSS_HOME: auto-install.xml > tmp.xml; mv tmp.xml auto-install.xml
 cat auto-install.xml; java -jar $DISTRODIR/jbpm-distribution-$JBPM_VERSION-izpack.jar auto-install.xml
 
 #




More information about the jbpm-commits mailing list