Sign in
apache
/
qpid
/
refs/heads/new_persistence
/
.
/
java
/
perftests
/
bin
/
setupclasspath.sh
blob: a660392e776e5f90b5e63e72c3204a8de9e816e9 [
file
] [
log
] [
blame
]
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