summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-24 18:15:18 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-24 18:15:18 +0000
commite17e808bf5236557673b3f58bf1e1659fadfeb07 (patch)
treeb0576a3c145377106286c3e97712cc3678074ba2
parent1ab6b96f0a61e26473c9230733609909306322c4 (diff)
downloadATCD-e17e808bf5236557673b3f58bf1e1659fadfeb07.tar.gz
ChangeLogTag:Tue Jul 24 10:56:04 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rwxr-xr-xbin/generate_doxygen.pl2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06416479646..3b0f37d67de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jul 24 10:56:04 2001 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_doxygen.pl (TAO_DOCS):
+
+ Added "tao_security" and "tao_ssliop" Doxygen configurations to
+ the list of documentation to generate.
+
Tue Jul 24 07:45:03 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Containers_T: Fixed some problems with the lack of
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 06416479646..3b0f37d67de 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Jul 24 10:56:04 2001 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_doxygen.pl (TAO_DOCS):
+
+ Added "tao_security" and "tao_ssliop" Doxygen configurations to
+ the list of documentation to generate.
+
Tue Jul 24 07:45:03 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Containers_T: Fixed some problems with the lack of
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 06416479646..3b0f37d67de 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Tue Jul 24 10:56:04 2001 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_doxygen.pl (TAO_DOCS):
+
+ Added "tao_security" and "tao_ssliop" Doxygen configurations to
+ the list of documentation to generate.
+
Tue Jul 24 07:45:03 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Containers_T: Fixed some problems with the lack of
diff --git a/bin/generate_doxygen.pl b/bin/generate_doxygen.pl
index 1545f48456c..ee31113431b 100755
--- a/bin/generate_doxygen.pl
+++ b/bin/generate_doxygen.pl
@@ -34,6 +34,8 @@ $dot_path = '/usr/local/bin';
,'tao_strategies'
,'tao_smartproxies'
,'tao_av'
+ ,'tao_security'
+ ,'tao_ssliop'
);
# Modify defaults using the command line arguments