From cc4c7a02b5efaa89e9a136a49dbbd4ccaa8114a3 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Sun, 27 Jan 2013 21:34:32 +0100 Subject: [PATCH] exclude blowfish.php from code quality checks, it is an external lib --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index a0e3c7a3bf..41408893a8 100644 --- a/build.xml +++ b/build.xml @@ -44,7 +44,7 @@ @@ -58,6 +58,7 @@ --exclude libraries/tcpdf --exclude libraries/php-gettext --exclude libraries/bfShapeFiles + --exclude libraries/blowfish.php ${source}" /> @@ -71,6 +72,7 @@ --exclude libraries/tcpdf --exclude libraries/php-gettext --exclude libraries/bfShapeFiles + --exclude libraries/blowfish.php ${source}" /> @@ -78,7 +80,7 @@