From 1d7946b7d1f85524daa7019c3bdff684a5f91694 Mon Sep 17 00:00:00 2001 From: beberlei Date: Sun, 7 Feb 2010 10:04:17 +0000 Subject: [PATCH] [2.0] Added more configuration options that optionally allow to generate PDepend and PHPMD reports and version them by svn revision --- build.properties.dev | 5 ++++- build.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/build.properties.dev b/build.properties.dev index 547f5cb38..4ad425aaa 100644 --- a/build.properties.dev +++ b/build.properties.dev @@ -7,4 +7,7 @@ report.dir=reports log.archive.dir=logs svn.path=/usr/bin/svn test.phpunit_configuration_file= -test.phpunit_generate_coverage=0 \ No newline at end of file +test.phpunit_generate_coverage=0 +test.pmd_reports=0 +test.pdepend_exec= +test.phpmd_exec= \ No newline at end of file diff --git a/build.xml b/build.xml index f4150686f..ca368eb5a 100644 --- a/build.xml +++ b/build.xml @@ -144,6 +144,16 @@ + + + + + + + + + +