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:17:20 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 13:17:20 +0400
commit09f9a2643727c59e6b193eb9ca403ad42debc338 (patch)
tree78e94b12e3ff89e9d38d0cb2f2eb6955667891dd /build.xml
parent076ec61952dead1cc534751c3ecc82e880a20145 (diff)
Exclude php-gettext as well
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 3bffc9fabf..304414b301 100644
--- a/build.xml
+++ b/build.xml
@@ -38,7 +38,7 @@
<arg line="${source_comma_sep}
xml
codesize,design,naming,unusedcode
- --exclude test,build,PHPExcel,tcpdf
+ --exclude test,build,PHPExcel,tcpdf,php-gettext
--reportfile ${basedir}/build/logs/pmd.xml" />
</exec>
</target>
@@ -50,6 +50,7 @@
--exclude build
--exclude libraries/PHPExcel
--exclude libraries/tcpdf
+ --exclude libraries/php-gettext
${source}" />
</exec>
</target>