Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-07-29 15:50:52 +02:00
commit 2b38f879e8

View File

@ -44,7 +44,7 @@
<arg line="${source_comma_sep}
xml
codesize,design,naming,unusedcode
--exclude lib/Cake/,vendors/
--exclude test,build,tcpdf,php-gettext,bfShapeFiles,PMAStandard,phpseclib,recaptchalib.php,swekey.php
--reportfile '${basedir}/build/logs/pmd.xml'" />
</exec>
</target>
@ -86,6 +86,7 @@
<arg line="
--ignore=*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*,*/phpseclib/*,*/recaptchalib.php,*/swekey.php
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'
--standard=PMAStandard
${source}" />