diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
| commit | ea21ffd2442abb830ff9860c8b2576daa7a4d353 (patch) | |
| tree | fca6e5de19b4004fc4a20f1bfc13479a9e438cbd /qpid/java/broker | |
| parent | cad0d986721f80d7e1dbbad3295fb9eede860648 (diff) | |
| download | qpid-python-ea21ffd2442abb830ff9860c8b2576daa7a4d353.tar.gz | |
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
Diffstat (limited to 'qpid/java/broker')
| -rwxr-xr-x | qpid/java/broker/bin/msTool.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid-passwd | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server | 2 | ||||
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server.bat | 4 | ||||
| -rw-r--r-- | qpid/java/broker/etc/qpid-server.conf | 2 |
5 files changed, 6 insertions, 6 deletions
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 \ |
