blob: 9581064ae3ab86dd6e8030653e1fac4571430c0d (
plain)
1
2
3
4
5
6
|
broker.language=java
broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${project.root}/log4j-test.xml
broker.clean=${project.root}/clean-dir ${build.data}
broker.ready=Qpid Broker Ready
test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList-nonvm
|