From 561bcb5e86df781f62e56de887d691695b1becc4 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 14 Jul 2009 19:51:03 +0000 Subject: added support for profile inheritence and refactored profiles to permit convenient overriding of broker location and additional broker arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794037 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/cpp.testprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/test-profiles/cpp.testprofile') diff --git a/java/test-profiles/cpp.testprofile b/java/test-profiles/cpp.testprofile index a09c097cb7..aed4a0adca 100644 --- a/java/test-profiles/cpp.testprofile +++ b/java/test-profiles/cpp.testprofile @@ -1,3 +1,6 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no +broker.command=${project.root}/../cpp/src/qpidd +broker.modules= +broker.args= +broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no ${broker.modules} ${broker.args} test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList -- cgit v1.2.1