summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-07-21 11:04:36 +0000
committerRobert Gemmell <robbie@apache.org>2011-07-21 11:04:36 +0000
commit5bfa8b612e2fd6ec3aba9fa79eb2b66fd536b8cc (patch)
treedd61e95e5126e40a64ca886d8ba1d8f184296da9
parent7cd4f1bfa95cd3c85f225dbf91beff60f51f0d0b (diff)
downloadqpid-python-5bfa8b612e2fd6ec3aba9fa79eb2b66fd536b8cc.tar.gz
NO-JIRA: correct example jar name in client README, update ivy.xml file with current version
merge from trunk r1149110 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.12@1149113 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..23e98af741 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.12"/>
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
<artifact name="qpid-client" type="pom" ext="pom"/>