From cda4869856638a8a1ab83ea7830b43041fc9bd03 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 21 Jul 2011 10:57:26 +0000 Subject: NO-JIRA: correct example jar name in client README, update ivy.xml file with current version git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1149110 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/client') diff --git a/java/client/README.txt b/java/client/README.txt index 57a98cc978..b9cde71db3 100644 --- a/java/client/README.txt +++ b/java/client/README.txt @@ -24,7 +24,7 @@ run more easily. E.g, in order to run the Hello example, you would add the client+example library files to the java classpath and launch the example like follows: -java -cp "lib/qpid-all.jar:example/lib/qpid-client-examples-.jar" \ +java -cp "lib/qpid-all.jar:example/lib/qpid-client-example-.jar" \ org.apache.qpid.example.Hello NOTE: The client uses the SL4FJ API for its logging. You must supply a logging -- cgit v1.2.1