summaryrefslogtreecommitdiff
path: root/qpid/java/management
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
committerRafael H. Schloming <rhs@apache.org>2008-12-10 01:29:01 +0000
commitea21ffd2442abb830ff9860c8b2576daa7a4d353 (patch)
treefca6e5de19b4004fc4a20f1bfc13479a9e438cbd /qpid/java/management
parentcad0d986721f80d7e1dbbad3295fb9eede860648 (diff)
downloadqpid-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/management')
-rw-r--r--qpid/java/management/client/README.txt8
-rw-r--r--qpid/java/management/client/build.xml6
-rwxr-xr-xqpid/java/management/tools/qpid-cli/bin/qpid-cli2
3 files changed, 8 insertions, 8 deletions
diff --git a/qpid/java/management/client/README.txt b/qpid/java/management/client/README.txt
index ffbe98e228..0c2a702a46 100644
--- a/qpid/java/management/client/README.txt
+++ b/qpid/java/management/client/README.txt
@@ -5,7 +5,7 @@ The following README content could be read also in http://cwiki.apache.org/confl
2)HOW TO RUN Q-Man
2.1)PREREQUISITES
-QMan is a standalone application that is packaged as qpid-management-client-incubating-M3.jar. To run QMan you need to add the following jars in your CLASSPATH:
+QMan is a standalone application that is packaged as qpid-management-client-<version>.jar. To run QMan you need to add the following jars in your CLASSPATH:
log4j-1.2.12.jar
slf4j-api-1.4.0.jar
@@ -15,8 +15,8 @@ commons-codec-1.3.jar
commons-lang-2.2.jar
commons-collections-3.2.jar
commons-configuration-1.2.jar
-qpid-client-incubating-Mx.jar (were x is the current qpid version)
-qpid-common-incubating-Mx.jar (were x is the current qpid version)
+qpid-client-<version>.jar (were <version> is the current qpid version)
+qpid-common-<version>.jar (were <version> is the current qpid version)
alternatively you can run the following script (that add all the qpid jars to the CLASSPATH):
@@ -114,4 +114,4 @@ Notes:
If you wish to configure QMan via a configuration file so QMan establishes a connection with one or several broker at starting time then add the options -Dqman-config=myconfigFile.xml to JAVA_OPTS.
When Qpid is built form source, the war archive qman.war is located in qpid/java/build/management/client/servlet
-Enjoy! \ No newline at end of file
+Enjoy!
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml
index 4dbb02ab21..bf32233214 100644
--- a/qpid/java/management/client/build.xml
+++ b/qpid/java/management/client/build.xml
@@ -46,9 +46,9 @@
</copy>
<copy todir="${servlet.web-inf}/lib">
<fileset dir="${build}/lib">
- <include name="qpid-client-incubating*.jar"/>
- <include name="qpid-common-incubating*.jar"/>
- <include name="qpid-management-client-incubating*.jar"/>
+ <include name="qpid-client-*.jar"/>
+ <include name="qpid-common-*.jar"/>
+ <include name="qpid-management-client-*.jar"/>
</fileset>
</copy>
</target>
diff --git a/qpid/java/management/tools/qpid-cli/bin/qpid-cli b/qpid/java/management/tools/qpid-cli/bin/qpid-cli
index 7f84472ebe..0efb49dddd 100755
--- a/qpid/java/management/tools/qpid-cli/bin/qpid-cli
+++ b/qpid/java/management/tools/qpid-cli/bin/qpid-cli
@@ -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 \