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-passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/bin/qpid-passwd b/qpid/java/broker/bin/qpid-passwd
index f425eed72b..63b30b5e71 100755
--- a/qpid/java/broker/bin/qpid-passwd
+++ b/qpid/java/broker/bin/qpid-passwd
@@ -24,7 +24,7 @@ if [ -z "$QPID_HOME" ]; then
fi
# 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 \