awips2/cotsSource/org.apache.qpid/java/test-profiles/cpp.testprofile
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

19 lines
674 B
Text

broker.version=0-10
broker.dir=${project.root}/../cpp/src
module.dir=${broker.dir}/.libs
store.module.dir=${project.root}/../../cppStore/cpp/lib/.libs
broker.executable=${broker.dir}/qpidd
broker.module.ssl=${module.dir}/ssl.so
broker.module.cluster=${module.dir}/cluster.so
broker.module.store=${store.module.dir}/msgstore.so
broker.stopped=Exception constructed
broker.modules=
broker.args=
broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args}
profile.excludes=CPPPrefetchExcludes CPPTransientExcludes
test.excludes=Excludes CPPExcludes ${profile}.excludes ${profile.excludes} cpp.excludes