summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-07-21 10:57:26 +0000
committerRobert Gemmell <robbie@apache.org>2011-07-21 10:57:26 +0000
commitfaf2235522b96938e8aa4cc9fe344483102bdbdd (patch)
treea199ffd08988bac8e38746f63662df56fca0644c
parent9bae28b28d9c6dc41f8bbb1590792e6e75567a8e (diff)
downloadqpid-python-faf2235522b96938e8aa4cc9fe344483102bdbdd.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@1149110 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/client/README.txt2
-rw-r--r--qpid/java/ivy.xml2
2 files changed, 2 insertions, 2 deletions
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-<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
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 @@
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
- <info organisation="org/apache" module="qpid" revision="0.10"/>
+ <info organisation="org/apache" module="qpid" revision="0.13"/>
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
<artifact name="qpid-client" type="pom" ext="pom"/>