diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-07-30 11:49:58 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-30 11:49:58 +0000 |
commit | fc3f14b551d86d617699ccb07b72f3bacf500f9b (patch) | |
tree | 10b72d6d62c485dcb5ae957bf5df506fa83b9c40 /qpid/java/java.testprofile | |
parent | 91ff3d69b863559dd3af91d0400aee08467f2092 (diff) | |
download | qpid-python-fc3f14b551d86d617699ccb07b72f3bacf500f9b.tar.gz |
added defaulting of QPID_HOME
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@680987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r-- | qpid/java/java.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 53ec4d340d..cef0a10661 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,4 +1,4 @@ -broker=build/bin/qpid-server +broker=${project.root}/build/bin/qpid-server broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Qpid Broker Ready |