diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:54:06 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:54:06 +0000 |
| commit | 24b9814ed99bd4e657d08e4bb67c6d3dd7a48aaf (patch) | |
| tree | 2a5f96f49502bd824ae45c72411230bcf6fbb7d7 /qpid/java/common | |
| parent | f0261d72e3f630feda33958e1ce171e98456ea1c (diff) | |
| download | qpid-python-24b9814ed99bd4e657d08e4bb67c6d3dd7a48aaf.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@1525752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
| -rwxr-xr-x | qpid/java/common/bin/qpid-jaddr | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
