diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-30 16:40:20 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-30 16:40:20 +0000 |
| commit | f3dc157e59ec686e42334bb2f6bae3c1f97b2daf (patch) | |
| tree | db2bf3e50c58eb9994046bc52e82659c9fa90c93 /java/perftests/bin/setupclasspath.sh | |
| parent | fb7522c7221463ff8cb403bf20dd26013d81cab0 (diff) | |
| download | qpid-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-x | java/perftests/bin/setupclasspath.sh | 12 |
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 - - |
