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 | 45011b6a2bdd51ec0872491895f00828a5acac32 (patch) | |
| tree | 743bd792e66c6a5117ec5570769506c3c0a6690a /java/management/client | |
| parent | ccb26f9f65930a16bf6ee9af14cadacc3028177f (diff) | |
| download | qpid-python-45011b6a2bdd51ec0872491895f00828a5acac32.tar.gz | |
removed incubating from various shell scripts, release artifacts, and READMEs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/client')
| -rw-r--r-- | java/management/client/README.txt | 8 | ||||
| -rw-r--r-- | java/management/client/build.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/java/management/client/README.txt b/java/management/client/README.txt index ffbe98e228..0c2a702a46 100644 --- a/java/management/client/README.txt +++ b/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/java/management/client/build.xml b/java/management/client/build.xml index 4dbb02ab21..bf32233214 100644 --- a/java/management/client/build.xml +++ b/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> |
