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:
authorMichal Čihař <mcihar@suse.cz>2011-07-22 13:16:46 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 13:16:46 +0400
commit076ec61952dead1cc534751c3ecc82e880a20145 (patch)
treee030a1a206120063ed1c982573487c5c17a7dbbd /build.xml
parentd8f6e7da389da4ff99435dea358b713af116f9e1 (diff)
Exclude external libs for phpmd run
Diffstat (limited to 'build.xml')
-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>