[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15590-gd1684d6

Michal Čihař nijel at users.sourceforge.net
Wed Aug 17 16:56:21 CEST 2011


The branch, master has been updated
       via  d1684d6d965cbe2a029644c14871d668470dbad8 (commit)
      from  79b5bd602e50cc5eff4c32c85df673f7eac94862 (commit)


- Log -----------------------------------------------------------------
commit d1684d6d965cbe2a029644c14871d668470dbad8
Author: Michal Čihař <michal at cihar.com>
Date:   Wed Aug 17 16:56:04 2011 +0200

    Ignore another external lib

-----------------------------------------------------------------------

Summary of changes:
 build.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 5365747..d898a83 100644
--- a/build.xml
+++ b/build.xml
@@ -38,7 +38,7 @@
    <arg line="${source_comma_sep}
               xml
               codesize,design,naming,unusedcode
-              --exclude test,build,tcpdf,php-gettext
+              --exclude test,build,tcpdf,php-gettext,bfShapeFiles
               --reportfile ${basedir}/build/logs/pmd.xml" />
   </exec>
  </target>
@@ -50,6 +50,7 @@
               --exclude build
               --exclude libraries/tcpdf
               --exclude libraries/php-gettext
+              --exclude libraries/bfShapeFiles
               ${source}" />
   </exec>
  </target>
@@ -61,6 +62,7 @@
               --exclude build
               --exclude libraries/tcpdf
               --exclude libraries/php-gettext
+              --exclude libraries/bfShapeFiles
               ${source}" />
   </exec>
  </target>
@@ -68,7 +70,7 @@
  <target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, tcpdf directories">
   <exec executable="phpcs">
    <arg line="
-              --ignore=*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/*,*/build/*
+              --ignore=*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/*,*/build/*,*/bfShapeFiles/*
               --report=checkstyle
               --report-file=${basedir}/build/logs/checkstyle.xml
               --standard=PEAR


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list