diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-07-21 10:57:26 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-07-21 10:57:26 +0000 |
| commit | cda4869856638a8a1ab83ea7830b43041fc9bd03 (patch) | |
| tree | 1b75ec0a8861485553e71b4deadf21441e00c24a /java/client | |
| parent | 628d6f54ef8d413915f02e324ea9e7c691b9e388 (diff) | |
| download | qpid-python-cda4869856638a8a1ab83ea7830b43041fc9bd03.tar.gz | |
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
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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-<version>.jar" \ +java -cp "lib/qpid-all.jar:example/lib/qpid-client-example-<version>.jar" \ org.apache.qpid.example.Hello NOTE: The client uses the SL4FJ API for its logging. You must supply a logging |
