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 | f6be16b15722d43b3e7f1431f076b8d979f504b1 (patch) | |
| tree | bfeb58809d611e07da467a3a0db2738a79359bc3 /qpid/java/cpp.async.testprofile | |
| parent | 4113e82ebabd5fc2b65fe73d7f64c1837b27ce51 (diff) | |
| download | qpid-python-f6be16b15722d43b3e7f1431f076b8d979f504b1.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@667549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/cpp.async.testprofile')
| -rw-r--r-- | qpid/java/cpp.async.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/cpp.async.testprofile b/qpid/java/cpp.async.testprofile index 311edf8206..5e9b14ea9f 100644 --- a/qpid/java/cpp.async.testprofile +++ b/qpid/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 |
