[rhmessaging-commits] rhmessaging commits: r3303 - store/trunk/java/bdbstore/etc/scripts.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Apr 17 10:58:15 EDT 2009


Author: ritchiem
Date: 2009-04-17 10:58:15 -0400 (Fri, 17 Apr 2009)
New Revision: 3303

Modified:
   store/trunk/java/bdbstore/etc/scripts/bdbtest.sh
Log:
Added systest dependency to bdbtest.sh

Modified: store/trunk/java/bdbstore/etc/scripts/bdbtest.sh
===================================================================
--- store/trunk/java/bdbstore/etc/scripts/bdbtest.sh	2009-04-16 18:10:13 UTC (rev 3302)
+++ store/trunk/java/bdbstore/etc/scripts/bdbtest.sh	2009-04-17 14:58:15 UTC (rev 3303)
@@ -35,7 +35,7 @@
 VERSION=0.5
 
 # Set classpath to include Qpid jar with all required jars in manifest
-QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/qpid-junit-toolkit-$VERSION.jar:$QPID_HOME/lib/junit-3.8.1.jar:$QPID_HOME/lib/log4j-1.2.12.jar:$QPID_HOME/lib/qpid-perftests-$VERSION.jar:$QPID_HOME/lib/slf4j-log4j12-1.4.0.jar
+QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/qpid-junit-toolkit-$VERSION.jar:$QPID_HOME/lib/junit-3.8.1.jar:$QPID_HOME/lib/log4j-1.2.12.jar:$QPID_HOME/lib/qpid-systests-$VERSION.jar:$QPID_HOME/lib/qpid-perftests-$VERSION.jar:$QPID_HOME/lib/slf4j-log4j12-1.4.0.jar
 
 # Set other variables used by the qpid-run script before calling
 export JAVA=java        JAVA_MEM=-Xmx256m        QPID_CLASSPATH=$QPID_LIBS




More information about the rhmessaging-commits mailing list