Author: robbie
Date: Thu Jul 21 11:04:36 2011
New Revision: 1149113

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

merge from trunk r1149110

Modified:
    qpid/branches/0.12/qpid/java/   (props changed)
    qpid/branches/0.12/qpid/java/client/README.txt
    qpid/branches/0.12/qpid/java/ivy.xml

Propchange: qpid/branches/0.12/qpid/java/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 21 11:04:36 2011
@@ -4,4 +4,4 @@
 /qpid/branches/java-network-refactor/qpid/java:805429-821809
 /qpid/branches/qpid-2935/qpid/java:1061302-1072333
 /qpid/trunk/qpid:796646-796653
-/qpid/trunk/qpid/java:1141644,1146598
+/qpid/trunk/qpid/java:1141644,1146598,1149110

Modified: qpid/branches/0.12/qpid/java/client/README.txt
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.12/qpid/java/client/README.txt?rev=1149113&r1=1149112&r2=1149113&view=diff
==============================================================================
--- qpid/branches/0.12/qpid/java/client/README.txt (original)
+++ qpid/branches/0.12/qpid/java/client/README.txt Thu Jul 21 11:04:36 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/branches/0.12/qpid/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.12/qpid/java/ivy.xml?rev=1149113&r1=1149112&r2=1149113&view=diff
==============================================================================
--- qpid/branches/0.12/qpid/java/ivy.xml (original)
+++ qpid/branches/0.12/qpid/java/ivy.xml Thu Jul 21 11:04:36 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.12"/>
 
   <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