summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-06 23:00:26 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-06 23:00:26 +0000
commitd9dca3d4b4b73429e158410878bcc22e1bd78f3a (patch)
tree872e157ea747c5a9a3f85c2ada44803505f59b0f
parente4cd5fe201c597d3be0b18125440a7b8bd8b7798 (diff)
downloadATCD-d9dca3d4b4b73429e158410878bcc22e1bd78f3a.tar.gz
Thu Sep 6 22:59:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog6
-rwxr-xr-xACE/bin/fuzz.pl1
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 49701775927..4e90c015ebe 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 6 22:59:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * bin/fuzz.pl:
+ Remove TAO/utils directory from the list of excluded
+ directories for the tabs check.
+
Thu Sep 6 18:28:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-borland.h:
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 55089fa25fa..e5455c0220d 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -312,7 +312,6 @@ sub check_for_tab ()
if (($file =~ /(ACE)*.*examples/i) ||
($file =~ /(ACE)*.*apps/i) ||
($file =~ /(TAO)*.*tests/i) ||
- ($file =~ /(TAO)*.*utils/i) ||
($file =~ /(TAO)*.*orbsvcs/i) ||
($file =~ /(TAO)*.*docs/i) ||
($file =~ /(TAO)*.*tools/i) ||