summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-10 11:20:22 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-10 11:20:22 +0000
commit293b6d8a4731667094970e47cfc658470da0e3a3 (patch)
tree92b4b975bd383d427a9da6a30df6f1f266c05a71
parent08b7c303093b657f53a5e9af4cf005140c6488b5 (diff)
downloadATCD-293b6d8a4731667094970e47cfc658470da0e3a3.tar.gz
Mon Sep 10 11:19:20 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog7
-rwxr-xr-xACE/bin/fuzz.pl1
2 files changed, 7 insertions, 1 deletions
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 <abdullah.sowayan@lmco.com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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)) {