From 6a6d9e09457c1e55e69e5b4db8463f350a706752 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Thu, 19 Mar 2009 14:44:03 +0000 Subject: 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 --- java/client/example/src/main/java/README.txt | 2 +- java/client/example/src/main/java/runSample.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'java/client/example') 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" -- cgit v1.2.1