Author: tom.baeyens(a)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
Show replies by date