[jbpm-commits] JBoss JBPM SVN: r3681 - jbpm4/trunk/hudson.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 20 03:02:27 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-20 03:02:27 -0500 (Tue, 20 Jan 2009)
New Revision: 3681

Modified:
   jbpm4/trunk/hudson/jbpm4-db.sh
   jbpm4/trunk/hudson/jbpm4-load.sh
Log:
JBPM-1978 split users for hudson jobs jbpm4-db and jbpm4-load

Modified: jbpm4/trunk/hudson/jbpm4-db.sh
===================================================================
--- jbpm4/trunk/hudson/jbpm4-db.sh	2009-01-20 07:30:46 UTC (rev 3680)
+++ jbpm4/trunk/hudson/jbpm4-db.sh	2009-01-20 08:02:27 UTC (rev 3681)
@@ -14,7 +14,7 @@
 # copy the profiles.xml
 #
 echo copying profiles.xml from resources
-cp -f $WORKSPACE/resources/profiles.xml $JBPMDIR
+cp -f $WORKSPACE/resources/profiles-db.xml $JBPMDIR/profiles.xml
 
 #
 # build the tests

Modified: jbpm4/trunk/hudson/jbpm4-load.sh
===================================================================
--- jbpm4/trunk/hudson/jbpm4-load.sh	2009-01-20 07:30:46 UTC (rev 3680)
+++ jbpm4/trunk/hudson/jbpm4-load.sh	2009-01-20 08:02:27 UTC (rev 3681)
@@ -13,7 +13,7 @@
 # copy the profiles.xml
 #
 echo copying profiles.xml from resources
-cp -f $WORKSPACE/resources/profiles.xml $JBPMDIR
+cp -f $WORKSPACE/resources/profiles-load.xml $JBPMDIR/profiles.xml
 
 #
 # build the tests




More information about the jbpm-commits mailing list