diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-06-13 14:11:43 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-06-13 14:11:43 +0000 |
commit | e35c33a25e8e8c5bc0cb9f564deaa91030889f39 (patch) | |
tree | d6bcfa4b45018c79e4e1361e35f55c9c465c158c /java/cpp.async.testprofile | |
parent | 14f077f9b0e927eecaae295a513719f86a40b09a (diff) | |
download | qpid-python-e35c33a25e8e8c5bc0cb9f564deaa91030889f39.tar.gz |
Changed the store path back to what it was.
I think we need to provide a better solution for this as making an assumption for the store path in incovinient.
We could use an env var like STORE_PATH that people can set and that will avoid hardcoding a particular path
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/cpp.async.testprofile')
-rw-r--r-- | java/cpp.async.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index 311edf8206..5e9b14ea9f 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -1,5 +1,5 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module /opt/workspace/rhmessaging/cpp/lib/.libs/libbdbstore.so --auth no +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --auth no broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties |