Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ad4dc40597..3bffc9fabf 100644
--- a/build.xml
+++ b/build.xml
@@ -38,6 +38,7 @@
<arg line="${source_comma_sep}
xml
codesize,design,naming,unusedcode
+ --exclude test,build,PHPExcel,tcpdf
--reportfile ${basedir}/build/logs/pmd.xml" />
</exec>
</target>