blob: aed4a0adca146e43d49ddba6a2aca0920c31a271 (
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 ${broker.modules} ${broker.args}
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList
|