summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/generate-scripts
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
committerRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
commitea21ffd2442abb830ff9860c8b2576daa7a4d353 (patch)
treefca6e5de19b4004fc4a20f1bfc13479a9e438cbd /qpid/java/perftests/generate-scripts
parentcad0d986721f80d7e1dbbad3295fb9eede860648 (diff)
downloadqpid-python-ea21ffd2442abb830ff9860c8b2576daa7a4d353.tar.gz
removed incubating from various shell scripts, release artifacts, and READMEs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/generate-scripts')
-rw-r--r--qpid/java/perftests/generate-scripts2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/generate-scripts b/qpid/java/perftests/generate-scripts
index a91094253c..3d12cc13c3 100644
--- a/qpid/java/perftests/generate-scripts
+++ b/qpid/java/perftests/generate-scripts
@@ -55,7 +55,7 @@ for arg in "$@"; do
done
# Set classpath to include Qpid jar with all required jars in manifest
-QPID_LIBS=$QPID_HOME/lib/qpid-incubating.jar
+QPID_LIBS=$QPID_HOME/lib/qpid-all.jar
# Set other variables used by the qpid-run script before calling
export JAVA=java \