From 581a689869f06b95100aa6f2a381b4a43b93a517 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 21 Sep 2011 07:14:49 +0000 Subject: [PATCH] Fix: add regexp ignore for external modules --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index b5174488205..b510c6e7b86 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,8 @@ - + + @@ -55,6 +56,7 @@ --exclude '${basedir}/htdocs/includes/odtphp' --exclude '${basedir}/htdocs/includes/phpexcel' --exclude '${basedir}/htdocs/includes/tcpdf' + --exclude '**/PEAR/*,**/NET/*,**/HTTP/*' htdocs " /> @@ -77,6 +79,7 @@ --exclude '${basedir}/htdocs/includes/odtphp' --exclude '${basedir}/htdocs/includes/phpexcel' --exclude '${basedir}/htdocs/includes/tcpdf' + --exclude '**/PEAR/*,**/NET/*,**/HTTP/*' htdocs " /> @@ -87,7 +90,7 @@