From e35c33a25e8e8c5bc0cb9f564deaa91030889f39 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 13 Jun 2008 14:11:43 +0000 Subject: 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 --- java/cpp.async.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/cpp.async.testprofile') 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 -- cgit v1.2.1