From 24b9814ed99bd4e657d08e4bb67c6d3dd7a48aaf Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 23 Sep 2013 23:54:06 +0000 Subject: 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@1525752 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/common/bin/qpid-jaddr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/common') diff --git a/qpid/java/common/bin/qpid-jaddr b/qpid/java/common/bin/qpid-jaddr index d456171bf1..269a5379a0 100755 --- a/qpid/java/common/bin/qpid-jaddr +++ b/qpid/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 \ -- cgit v1.2.1