You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2009/03/19 15:44:04 UTC

svn commit: r756032 - in /qpid/trunk/qpid/java/client/example/src/main/java: README.txt runSample.sh

Author: jonathan
Date: Thu Mar 19 14:44:03 2009
New Revision: 756032

URL: http://svn.apache.org/viewvc?rev=756032&view=rev
Log:
Changed the default location for examples.

!!! HACK ALERT !!!

These files have long contained a default path used in one particular vendor's installation. We need to fix this! Today's fix makes the default correct for at least that one vendor, but we need to find a better way to do this.


Modified:
    qpid/trunk/qpid/java/client/example/src/main/java/README.txt
    qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh

Modified: qpid/trunk/qpid/java/client/example/src/main/java/README.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/example/src/main/java/README.txt?rev=756032&r1=756031&r2=756032&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/example/src/main/java/README.txt (original)
+++ qpid/trunk/qpid/java/client/example/src/main/java/README.txt Thu Mar 19 14:44:03 2009
@@ -13,5 +13,5 @@
 This is the parent directory of the directory in which you find the runSample.sh
 (Ex:- $QPID_SRC_HOME/java/client/example/src/main)
 
-default: /usr/share/doc/rhm-0.2
+default: /usr/share/doc/rhm-0.5/
 

Modified: qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh?rev=756032&r1=756031&r2=756032&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh (original)
+++ qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh Thu Mar 19 14:44:03 2009
@@ -43,7 +43,7 @@
 then
     QPID_SAMPLE=$QPID_SAMPLE
 else
-    QPID_SAMPLE="/usr/share/doc/rhm-0.2"
+    QPID_SAMPLE="/usr/share/doc/rhm-0.5/"
 fi
 echo "Using QPID_SAMPLE: $QPID_SAMPLE"
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org