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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 9 11:55:55 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-09 11:55:54 -0500 (Fri, 09 Jan 2009)
New Revision: 3626

Modified:
   jbpm4/trunk/hudson/hudson-home/command-db.sh
Log:
removed examples profiles copy

Modified: jbpm4/trunk/hudson/hudson-home/command-db.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-09 15:44:31 UTC (rev 3625)
+++ jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-09 16:55:54 UTC (rev 3626)
@@ -20,7 +20,6 @@
 # build the tests
 #
 cd $JBPMDIR
-cp profiles.xml.example profiles.xml
 MVN_CMD="mvn -DskipTests -Pload clean install"
 echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then




More information about the jbpm-commits mailing list