From ea21ffd2442abb830ff9860c8b2576daa7a4d353 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 10 Dec 2008 01:29:01 +0000 Subject: removed incubating from various shell scripts, release artifacts, and READMEs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724948 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker/bin/msTool.sh | 2 +- qpid/java/broker/bin/qpid-passwd | 2 +- qpid/java/broker/bin/qpid-server | 2 +- qpid/java/broker/bin/qpid-server.bat | 4 ++-- qpid/java/broker/etc/qpid-server.conf | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'qpid/java/broker') diff --git a/qpid/java/broker/bin/msTool.sh b/qpid/java/broker/bin/msTool.sh index 73b1eb2ec7..e190a0a46a 100755 --- a/qpid/java/broker/bin/msTool.sh +++ b/qpid/java/broker/bin/msTool.sh @@ -49,7 +49,7 @@ if $cygwin; then fi # Set classpath to include Qpid jar with all required jars in manifest -QPID_LIBS=$QPID_TOOLS/lib/qpid-incubating.jar +QPID_LIBS=$QPID_TOOLS/lib/qpid-all.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ 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 \ diff --git a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server index b8d6c8e3fd..3570056348 100755 --- a/qpid/java/broker/bin/qpid-server +++ b/qpid/java/broker/bin/qpid-server @@ -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_HOME/lib/bdbstore-launch.jar +QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ diff --git a/qpid/java/broker/bin/qpid-server.bat b/qpid/java/broker/bin/qpid-server.bat index 6af214f939..2687baa111 100755 --- a/qpid/java/broker/bin/qpid-server.bat +++ b/qpid/java/broker/bin/qpid-server.bat @@ -76,8 +76,8 @@ echo Using CLASSPATH: %CLASSPATH% goto afterQpidClasspath :noQpidClasspath -echo Warning: Qpid classpath not set. CLASSPATH set to %QPID_HOME%\lib\qpid-incubating.jar -set CLASSPATH=%QPID_HOME%\lib\qpid-incubating.jar +echo Warning: Qpid classpath not set. CLASSPATH set to %QPID_HOME%\lib\qpid-all.jar +set CLASSPATH=%QPID_HOME%\lib\qpid-all.jar :afterQpidClasspath REM start parsing -run arguments diff --git a/qpid/java/broker/etc/qpid-server.conf b/qpid/java/broker/etc/qpid-server.conf index c310094817..8a16849b04 100644 --- a/qpid/java/broker/etc/qpid-server.conf +++ b/qpid/java/broker/etc/qpid-server.conf @@ -17,7 +17,7 @@ # under the License. # -QPID_LIBS=$QPID_HOME/lib/qpid-incubating.jar:$QPID_HOME/lib/bdbstore-launch.jar +QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar export JAVA=java \ JAVA_VM=-server \ -- cgit v1.2.1