blob: da39a6284f1dff148ea5b4ed725fe7ad91a91246 (
plain)
1
2
3
4
5
6
|
broker.version=0-10
broker.command=${project.root}/../cpp/src/qpidd
broker.modules=
broker.args=
broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args}
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList
|