Author: thomas.diesler(a)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
#
Show replies by date