summaryrefslogtreecommitdiff
path: root/java/perftests/bin/setupclasspath.sh
blob: ef7a037c114fd99b8aaeb2921913c46896cb6e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -z $QPID_HOME ] ; then
    echo "QPID_HOME must be set"
    exit
fi

CP=../lib/qpid-performance.jar:$QPID_HOME/lib/qpid-incubating.jar

if [ `uname -o` == "Cygwin" ] ; then
     CP=`cygpath --path --windows $CP`
fi