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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 25 06:19:19 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-25 06:19:19 -0500 (Tue, 25 Nov 2008)
New Revision: 3077

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
extracted change dir command

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:14:55 UTC (rev 3076)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:19:19 UTC (rev 3077)
@@ -42,5 +42,6 @@
 #     the modules/api dir and can't be called from the parent 
 #     project directory )
 #  
-MVN_CMD="cd $JBPMDIR/modules/api; mvn $ENVIRONMENT -Pschemadocs package"
+cd $JBPMDIR/modules/api
+MVN_CMD="mvn $ENVIRONMENT -Pschemadocs package"
 echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/schemadocs.log




More information about the jbpm-commits mailing list