The branch, master has been updated via 97b54f4ff4990e35bbb9ac61b6c57c881748479e (commit) from c29c0e0eb5039645730d4a9f4deb07ea0af1337d (commit)
- Log ----------------------------------------------------------------- commit 97b54f4ff4990e35bbb9ac61b6c57c881748479e Author: Michal Čihař mcihar@suse.cz Date: Thu Jul 21 11:06:42 2011 +0200
Avoid using verbose mode
-----------------------------------------------------------------------
Summary of changes: build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml index 1e7dc98..62273df 100644 --- a/build.xml +++ b/build.xml @@ -60,7 +60,7 @@
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, PHPExcel, tcpdf directories"> <exec executable="phpcs"> - <arg line="-v + <arg line=" --ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/* --report=checkstyle --report-file=${basedir}/build/logs/checkstyle.xml
hooks/post-receive