[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11690-gdc21803
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Fri Jul 22 11:17:38 CEST 2011
    
    
  
The branch, master has been updated
       via  dc218032df2896d173334304e8ff673709012ea6 (commit)
       via  09f9a2643727c59e6b193eb9ca403ad42debc338 (commit)
       via  076ec61952dead1cc534751c3ecc82e880a20145 (commit)
      from  d8f6e7da389da4ff99435dea358b713af116f9e1 (commit)
- Log -----------------------------------------------------------------
commit dc218032df2896d173334304e8ff673709012ea6
Author: Michal Čihař <mcihar at suse.cz>
Date:   Fri Jul 22 11:18:13 2011 +0200
    Add excludes to phploc call as well
commit 09f9a2643727c59e6b193eb9ca403ad42debc338
Author: Michal Čihař <mcihar at suse.cz>
Date:   Fri Jul 22 11:17:20 2011 +0200
    Exclude php-gettext as well
commit 076ec61952dead1cc534751c3ecc82e880a20145
Author: Michal Čihař <mcihar at suse.cz>
Date:   Fri Jul 22 11:16:46 2011 +0200
    Exclude external libs for phpmd run
-----------------------------------------------------------------------
Summary of changes:
 build.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index ad4dc40..9beb3aa 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,php-gettext
               --reportfile ${basedir}/build/logs/pmd.xml" />
   </exec>
  </target>
@@ -49,13 +50,20 @@
               --exclude build
               --exclude libraries/PHPExcel
               --exclude libraries/tcpdf
+              --exclude libraries/php-gettext
               ${source}" />
   </exec>
  </target>
 
  <target name="phploc" description="Generate phploc.csv">
   <exec executable="phploc">
-   <arg line="--log-csv ${basedir}/build/logs/phploc.csv ${source}" />
+   <arg line="--log-csv ${basedir}/build/logs/phploc.csv
+              --exclude test
+              --exclude build
+              --exclude libraries/PHPExcel
+              --exclude libraries/tcpdf
+              --exclude libraries/php-gettext
+              ${source}" />
   </exec>
  </target>
 
hooks/post-receive
-- 
phpMyAdmin
    
    
More information about the Git
mailing list