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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 8 09:24:23 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-08 09:24:23 -0500 (Thu, 08 Jan 2009)
New Revision: 3621

Modified:
   jbpm4/trunk/hudson/hudson-home/command-db.sh
Log:
removing quotes again

Modified: jbpm4/trunk/hudson/hudson-home/command-db.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 13:57:52 UTC (rev 3620)
+++ jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 14:24:23 UTC (rev 3621)
@@ -8,15 +8,14 @@
 WORKSPACE=`pwd`
 JBPMDIR=$WORKSPACE/jbpm4
 RESOURCESDIR=$WORKSPACE/resources
-DISTRODIR=$JBPMDIR/modules/distribution/target
 
 ENVIRONMENT=""
 
 #
 # copy the profiles.xml
 #
-echo "cp $RESOURCESDIR/profiles.xml $JBPMDIR"
-cp "$RESOURCESDIR/profiles.xml" "$JBPMDIR"
+echo copying $RESOURCESDIR/profiles.xml to $JBPMDIR
+cp $RESOURCESDIR/profiles.xml $JBPMDIR
 
 #
 # build the tests




More information about the jbpm-commits mailing list