summaryrefslogtreecommitdiff
path: root/java/common
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-09-23 23:54:06 +0000
committerRobert Gemmell <robbie@apache.org>2013-09-23 23:54:06 +0000
commit15cc9bb8e8d77fa31f334cd945528d6cf7b3d61d (patch)
tree230bed1057a8553217926e206ceb0008c5285edb /java/common
parenta3f23409d84dbda0ec0329e9020beeea45ed18aa (diff)
downloadqpid-python-15cc9bb8e8d77fa31f334cd945528d6cf7b3d61d.tar.gz
QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard expansion to pick up .jar files in the dir instead
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
-rwxr-xr-xjava/common/bin/qpid-jaddr4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/common/bin/qpid-jaddr b/java/common/bin/qpid-jaddr
index d456171bf1..269a5379a0 100755
--- a/java/common/bin/qpid-jaddr
+++ b/java/common/bin/qpid-jaddr
@@ -23,8 +23,8 @@ if [ -z "$QPID_HOME" ]; then
export PATH=${PATH}:${QPID_HOME}/bin
fi
-# Set classpath to include Qpid jar with all required jars in manifest
-QPID_LIBS=$QPID_HOME/lib/qpid-all.jar
+# Set classpath to include Qpid jars
+QPID_LIBS="$QPID_HOME/lib/*"
# Set other variables used by the qpid-run script before calling
export JAVA=java \