[jbpm-commits] JBoss JBPM SVN: r4643 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 27 16:37:06 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-27 16:37:05 -0400 (Mon, 27 Apr 2009)
New Revision: 4643

Modified:
   jbpm4/trunk/qa/jbpm4-jboss.sh
Log:
fixed jboss distro dir location based on SOURCE_REPO variable

Modified: jbpm4/trunk/qa/jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-27 20:31:07 UTC (rev 4642)
+++ jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-27 20:37:05 UTC (rev 4643)
@@ -2,7 +2,7 @@
 #
 # runs the jboss integration test suite
 
-ANT_PROPERTIES="-Ddatabase=$DATABASE -Djboss.version=$JBOSS_VERSION -Dworkspace=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO"
+ANT_PROPERTIES="-Ddatabase=$DATABASE -Djboss.version=$JBOSS_VERSION -Dworkspace=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss"
 
 echo database.......... $DATABASE
 echo jboss.version..... $JBOSS_VERSION




More information about the jbpm-commits mailing list