14 lines
337 B
Properties
14 lines
337 B
Properties
|
|
# The path to cobertura.jar
|
|
cobertura.dir=./coberturaLib
|
|
|
|
# the path to the instrumented classes' sources
|
|
src.dir=../mnp/src
|
|
instrumented.dir=instrumented
|
|
reports.dir=reports
|
|
coverage.xml.dir=${reports.dir}/cobertura-xml
|
|
coverage.html.dir=${reports.dir}/cobertura-html
|
|
|
|
|
|
#bea domain directory
|
|
bea.domain=C:/bea/user_projects/domains/MNP |