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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 8 08:27:44 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-08 08:27:44 -0500 (Thu, 08 Jan 2009)
New Revision: 3618

Modified:
   jbpm4/trunk/hudson/hudson-home/command-db.sh
Log:
added copy of profiles.xml

Modified: jbpm4/trunk/hudson/hudson-home/command-db.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 12:50:11 UTC (rev 3617)
+++ jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 13:27:44 UTC (rev 3618)
@@ -7,11 +7,17 @@
 
 WORKSPACE=`pwd`
 JBPMDIR=$WORKSPACE/jbpm4
+RESOURCESDIR=$WORKSPACE/resources
 DISTRODIR=$JBPMDIR/modules/distribution/target
 
 ENVIRONMENT=""
 
 #
+# copy the profiles.xml
+#
+cp '$RESOURCESDIR/profiles.xml' '$JBPMDIR'
+
+#
 # build the tests
 #
 cd $JBPMDIR




More information about the jbpm-commits mailing list