summaryrefslogtreecommitdiff
path: root/java/perftests/bin/setupclasspath.sh
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-30 16:40:20 +0000
committerRobert Greig <rgreig@apache.org>2007-01-30 16:40:20 +0000
commitf3dc157e59ec686e42334bb2f6bae3c1f97b2daf (patch)
treedb2bf3e50c58eb9994046bc52e82659c9fa90c93 /java/perftests/bin/setupclasspath.sh
parentfb7522c7221463ff8cb403bf20dd26013d81cab0 (diff)
downloadqpid-python-f3dc157e59ec686e42334bb2f6bae3c1f97b2daf.tar.gz
(Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes removed. JUnit-toolkit 0.5-SNAPSHOT added to the build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/bin/setupclasspath.sh')
-rwxr-xr-xjava/perftests/bin/setupclasspath.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/java/perftests/bin/setupclasspath.sh b/java/perftests/bin/setupclasspath.sh
deleted file mode 100755
index ef7a037c11..0000000000
--- a/java/perftests/bin/setupclasspath.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-