root/framework/trunk/build.properties @ 2494

Revision 2494, 0.6 kB (checked in by bensch, 8 months ago)

added own PHPMDTask until it will be provided by phing
changed phpmd target to use PHPMDTask

Line 
1stubbles.base.dir=${project.basedir}
2stubbles.report.dir=${stubbles.base.dir}/docs/reports
3
4pkg.dir=${stubbles.base.dir}/src/main/php/net/stubbles
5pkg.name=stubbles-${version}
6
7build.base.dir=${stubbles.base.dir}/build
8build.src.dir=${build.base.dir}/${pkg.name}
9
10examples.base.dir=examples
11
12phpcpd.report.file=${stubbles.report.dir}/cpd.xml
13
14phpmd.report.file=${stubbles.report.dir}/pmd.xml
15phpmd.report.format=xml
16phpmd.report.rulesets=codesize,unusedcode
17
18check-style.report.file=${stubbles.report.dir}/checkstyle.xml
19check-style.path=main
20check-style.namespace=
21
22phpunit.test.groups=
23phpunit.test.excludeGroups=
Note: See TracBrowser for help on using the browser.