From 7f2ffe05d5f5fa2001f97790aecf2e68f91bbe6a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 26 Nov 2013 09:58:10 +0100 Subject: Clean up checks for .svn directory --- bin/prado-cli.php | 2 +- build.xml | 12 ------------ buildscripts/classtree/build.php | 1 - framework/pradolite.php | 2 +- 4 files changed, 2 insertions(+), 15 deletions(-) diff --git a/bin/prado-cli.php b/bin/prado-cli.php index 4fa70c08..b4b43062 100755 --- a/bin/prado-cli.php +++ b/bin/prado-cli.php @@ -569,7 +569,7 @@ class PradoCommandLineUnitTest extends PradoCommandLineAction if($match==null||($match!=null && $this->hasMatch($match,$entry))) $test->addTestFile($path.'/'.$entry); } - if($entry!=='.' && $entry!=='..' && $entry!=='.svn' && is_dir($path.'/'.$entry) && $recursive) + if($entry!=='.' && $entry!=='..' && is_dir($path.'/'.$entry) && $recursive) $this->addTests($test,$path.'/'.$entry,$recursive,$match); } closedir($dir); diff --git a/build.xml b/build.xml index 582b832b..023debe2 100644 --- a/build.xml +++ b/build.xml @@ -37,7 +37,6 @@ All Source Files in framework --> - @@ -58,7 +57,6 @@ Surrounding files --> - @@ -72,7 +70,6 @@ Documentation --> - @@ -85,7 +82,6 @@ Demos --> - @@ -201,8 +197,6 @@ php="false" templateconfig="buildscripts/apigen/pradosoft/config.neon" /> - Cleaning svn directories from API manuals... - Indexing API manuals... @@ -335,7 +329,6 @@ Checking php files.. - @@ -345,7 +338,6 @@ Checking js files.. - @@ -355,7 +347,6 @@ Checking xml files.. - @@ -367,7 +358,6 @@ Checking php files.. - @@ -377,7 +367,6 @@ Checking js files.. - @@ -387,7 +376,6 @@ Checking xml files.. - diff --git a/buildscripts/classtree/build.php b/buildscripts/classtree/build.php index 44700be4..f7b8d7e7 100644 --- a/buildscripts/classtree/build.php +++ b/buildscripts/classtree/build.php @@ -12,7 +12,6 @@ $exclusions=array( 'pradolite.php', 'prado-cli.php', 'JSMin.php', - '.svn', '/I18N/core', '/3rdParty', '/Testing', diff --git a/framework/pradolite.php b/framework/pradolite.php index cb0db1f0..40ad7ccd 100644 --- a/framework/pradolite.php +++ b/framework/pradolite.php @@ -1,7 +1,7 @@