summaryrefslogtreecommitdiff
path: root/java/client/example
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2009-03-19 14:44:03 +0000
committerJonathan Robie <jonathan@apache.org>2009-03-19 14:44:03 +0000
commit6a6d9e09457c1e55e69e5b4db8463f350a706752 (patch)
treea4e0617629b6a01a82e50dfc83f731691cba1c6d /java/client/example
parenta6d7f76bad6122f09d9d998b7a1aee1b3a867da5 (diff)
downloadqpid-python-6a6d9e09457c1e55e69e5b4db8463f350a706752.tar.gz
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. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@756032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
-rw-r--r--java/client/example/src/main/java/README.txt2
-rwxr-xr-xjava/client/example/src/main/java/runSample.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/client/example/src/main/java/README.txt b/java/client/example/src/main/java/README.txt
index c8fe6a76ad..d7b9c4beea 100644
--- a/java/client/example/src/main/java/README.txt
+++ b/java/client/example/src/main/java/README.txt
@@ -13,5 +13,5 @@ QPID_SAMPLE
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/
diff --git a/java/client/example/src/main/java/runSample.sh b/java/client/example/src/main/java/runSample.sh
index e330fb0c36..76987aa661 100755
--- a/java/client/example/src/main/java/runSample.sh
+++ b/java/client/example/src/main/java/runSample.sh
@@ -43,7 +43,7 @@ if test "'x$QPID_SAMPLE'" != "'x'"
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"