blob: 73f5beff98bb92a3d7356dc11351907226849f98 (
plain)
1
2
3
4
5
6
7
8
9
10
|
broker.language=java
broker.version=0-10
broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
broker.config=${project.root}/build/etc/config-systests-derby.xml
profile.excludes=JavaStandaloneExcludes CPPExcludes CPPTransientExcludes
broker.clean.between.tests=true
broker.persistent=true
|