From 293b6d8a4731667094970e47cfc658470da0e3a3 Mon Sep 17 00:00:00 2001 From: Abdullah Sowayan Date: Mon, 10 Sep 2007 11:20:22 +0000 Subject: Mon Sep 10 11:19:20 UTC 2007 Abdullah Sowayan --- ACE/ChangeLog | 7 +++++++ ACE/bin/fuzz.pl | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index dd66a7b6a2b..d6f22bbfbc6 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 10 11:19:20 UTC 2007 Abdullah Sowayan + + * bin/fuzz.pl: + + Remove TAO/docs directory from the list of excluded + directories for the tabs check. + Fri Sep 7 19:52:12 UTC 2007 Johnny Willemsen * etc/index.html: diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl index e5455c0220d..7b9b2bf741e 100755 --- a/ACE/bin/fuzz.pl +++ b/ACE/bin/fuzz.pl @@ -313,7 +313,6 @@ sub check_for_tab () ($file =~ /(ACE)*.*apps/i) || ($file =~ /(TAO)*.*tests/i) || ($file =~ /(TAO)*.*orbsvcs/i) || - ($file =~ /(TAO)*.*docs/i) || ($file =~ /(TAO)*.*tools/i) || ($file =~ /(TAO)*.*performance-tests/i) || ($file =~ /(TAO)*.*examples/i)) { -- cgit v1.2.1