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 @@
+
+
+
+
+
+
+
+
+
+