From faf2235522b96938e8aa4cc9fe344483102bdbdd 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@1149110 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client/README.txt | 2 +- qpid/java/ivy.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/client/README.txt b/qpid/java/client/README.txt index 57a98cc978..b9cde71db3 100644 --- a/qpid/java/client/README.txt +++ b/qpid/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 diff --git a/qpid/java/ivy.xml b/qpid/java/ivy.xml index cdffcff458..1399db5248 100644 --- a/qpid/java/ivy.xml +++ b/qpid/java/ivy.xml @@ -18,7 +18,7 @@ - + -- cgit v1.2.1