diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-09-19 16:58:23 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-09-19 16:58:23 +0000 |
| commit | d4b05b64dfa9469db391e0d3d867ba6a52706a8e (patch) | |
| tree | 554af915cd2bc8a5b332dcddcbda2f89850f2e02 /qpid/java | |
| parent | 7b0ceaee18b812d04de6fcdabaea666ce8bcb25b (diff) | |
| download | qpid-python-d4b05b64dfa9469db391e0d3d867ba6a52706a8e.tar.gz | |
Remove unused/non-existent jar entry from startup script classpath
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@998697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server index 5c7e4182b6..318a83e4cc 100755 --- a/qpid/java/broker/bin/qpid-server +++ b/qpid/java/broker/bin/qpid-server @@ -34,7 +34,7 @@ if [ -z "$QPID_PNAME" ]; then fi # Set classpath to include Qpid jar with all required jars in manifest -QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar +QPID_LIBS=$QPID_HOME/lib/qpid-all.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ |
