summaryrefslogtreecommitdiff
path: root/qpid/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
commit95b7821acdf53cffc4efd7ee50e882f93d0959c1 (patch)
treed3924b8c906579c916d95a81f18ea04e352f5192 /qpid/java/client/example
parent1ce4a4a4c2374e5a17473cd3ef4b148330384205 (diff)
downloadqpid-python-95b7821acdf53cffc4efd7ee50e882f93d0959c1.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@756032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example')
-rw-r--r--qpid/java/client/example/src/main/java/README.txt2
-rwxr-xr-xqpid/java/client/example/src/main/java/runSample.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/client/example/src/main/java/README.txt b/qpid/java/client/example/src/main/java/README.txt
index c8fe6a76ad..d7b9c4beea 100644
--- a/qpid/java/client/example/src/main/java/README.txt
+++ b/qpid/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/qpid/java/client/example/src/main/java/runSample.sh b/qpid/java/client/example/src/main/java/runSample.sh
index e330fb0c36..76987aa661 100755
--- a/qpid/java/client/example/src/main/java/runSample.sh
+++ b/qpid/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"