summaryrefslogtreecommitdiff
path: root/java/perftests/bin/setupclasspath.sh
blob: 29ca661aab584a0ca1014f82583be0c6040f724f (plain)
1
2
3
4
5
6
7
8
9
10
if [ -z $QPID_HOME ] ; then
    echo "QPID_HOME must be set"
    exit
fi
CP=$QPID_HOME/lib/qpid-incubating.jar:../target/classes

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