Author: robbie
Date: Thu Jul 21 10:57:26 2011
New Revision: 1149110

URL: http://svn.apache.org/viewvc?rev=1149110&view=rev
Log:
NO-JIRA: correct example jar name in client README, update ivy.xml file with 
current version

Modified:
    qpid/trunk/qpid/java/client/README.txt
    qpid/trunk/qpid/java/ivy.xml

Modified: qpid/trunk/qpid/java/client/README.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/README.txt?rev=1149110&r1=1149109&r2=1149110&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/README.txt (original)
+++ qpid/trunk/qpid/java/client/README.txt Thu Jul 21 10:57:26 2011
@@ -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 

Modified: qpid/trunk/qpid/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/ivy.xml?rev=1149110&r1=1149109&r2=1149110&view=diff
==============================================================================
--- qpid/trunk/qpid/java/ivy.xml (original)
+++ qpid/trunk/qpid/java/ivy.xml Thu Jul 21 10:57:26 2011
@@ -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"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to