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/management/client/README.txt | 8 ++++---- qpid/java/management/client/build.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'qpid/java/management/client') 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-.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-.jar (were is the current qpid version) +qpid-common-.jar (were 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 @@ - - - + + + -- cgit v1.2.1