summaryrefslogtreecommitdiff
path: root/qpid/java/broker/bin/qpid-passwd
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker/bin/qpid-passwd')
-rwxr-xr-xqpid/java/broker/bin/qpid-passwd4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/broker/bin/qpid-passwd b/qpid/java/broker/bin/qpid-passwd
index 69246974fa..cc55c7e2f2 100755
--- a/qpid/java/broker/bin/qpid-passwd
+++ b/qpid/java/broker/bin/qpid-passwd
@@ -23,8 +23,8 @@ if [ -z "$QPID_HOME" ]; then
export QPID_HOME=`cd "$WHEREAMI/../" && pwd`
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 jars from lib dir
+QPID_LIBS=$QPID_HOME/lib/*
# Set other variables used by the qpid-run script before calling
export JAVA=java \