summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-01 19:48:36 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-01 19:48:36 +0000
commit597c2f4c760e722fd1c01b96f921a68f35300fd5 (patch)
treebe82e4d8bc297935db08cbf1deb8aa5993673086
parent424775c8ecad2cb03a200d5d0bfd4f56470bd3ae (diff)
downloadATCD-597c2f4c760e722fd1c01b96f921a68f35300fd5.tar.gz
ChangeLogTag: Thu Jul 1 14:42:36 2004 Tao Lu <lu@dre.vanderbilt.edu>
-rw-r--r--ChangeLog9
-rw-r--r--etc/ciao_assembly_deployer.doxygen23
-rw-r--r--etc/ciao_componentserver.doxygen23
-rw-r--r--etc/ciao_daemon.doxygen23
4 files changed, 42 insertions, 36 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fcd5baf71..625cbdda110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Jul 1 14:42:36 2004 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * etc/ciao_assembly_deployer.doxygen:
+ * etc/ciao_componentserver.doxygen:
+ * etc/ciao_daemon.doxygen:
+
+ Fixed some reference error. Thanks to Johnny Willemsen
+ <jwillemsen@remedy.nl> for reporting these bugs.
+
Thu Jul 1 14:00:09 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/default.rel:
diff --git a/etc/ciao_assembly_deployer.doxygen b/etc/ciao_assembly_deployer.doxygen
index efe7cf80514..10276018aa7 100644
--- a/etc/ciao_assembly_deployer.doxygen
+++ b/etc/ciao_assembly_deployer.doxygen
@@ -129,17 +129,17 @@ EXPAND_AS_DEFINED = ACE_RCSID \
# Configuration::addtions related to external references
#---------------------------------------------------------------------------
-TAGFILES = html/ace/ACE.tag=../../../ace \
- html/tao/TAO.tag=../.. \
- html/ace/ssl/ACE_SSL.tag=../../../ace/ssl \
- html/tao/portableserver/TAO_PortableServer.tag=../../portableserver \
- html/tao/iortable/TAO_IORTable.tag=../../iortable \
- html/tao/rtcorba/TAO_RTCORBA.tag=../../rtcorba \
- html/tao/security/TAO_Security.tag=../../security \
- html/acexml/ACEXML.tag=../../../acexml \
- html/tao/rtportableserver/TAO_RTPortableServer.tag=../../rtportableserver \
- html/tao/cosnaming/TAO_CosNaming.tag=../../cosnaming \
- html/tao/ifr/TAO_IFR.tag=../../ifr
+TAGFILES = html/ace/ACE.tag=../../../../ace \
+ html/tao/TAO.tag=../../.. \
+ html/ace/ssl/ACE_SSL.tag=../../../../ace/ssl \
+ html/tao/portableserver/TAO_PortableServer.tag=../../../portableserver \
+ html/tao/iortable/TAO_IORTable.tag=../../../iortable \
+ html/tao/rtcorba/TAO_RTCORBA.tag=../../../rtcorba \
+ html/tao/security/TAO_Security.tag=../../../security \
+ html/acexml/ACEXML.tag=../../../../acexml \
+ html/tao/rtportableserver/TAO_RTPortableServer.tag=../../../rtportableserver \
+ html/tao/cosnaming/TAO_CosNaming.tag=../../../cosnaming \
+ html/tao/ifr/TAO_IFR.tag=../../../ifr
GENERATE_TAGFILE = html/tao/ciao/tools/Assembly_Deployer.tag
ALLEXTERNALS = NO
PERL_PATH = /usr/bin/perl
@@ -168,4 +168,3 @@ MAX_DOT_GRAPH_HEIGHT = 1024
#---------------------------------------------------------------------------
SEARCHENGINE = NO
-
diff --git a/etc/ciao_componentserver.doxygen b/etc/ciao_componentserver.doxygen
index b296e720500..b3f15f6d745 100644
--- a/etc/ciao_componentserver.doxygen
+++ b/etc/ciao_componentserver.doxygen
@@ -129,17 +129,17 @@ EXPAND_AS_DEFINED = ACE_RCSID \
# Configuration::addtions related to external references
#---------------------------------------------------------------------------
-TAGFILES = html/ace/ACE.tag=../../../ace \
- html/tao/TAO.tag=../.. \
- html/ace/ssl/ACE_SSL.tag=../../../ace/ssl \
- html/tao/portableserver/TAO_PortableServer.tag=../../portableserver \
- html/tao/iortable/TAO_IORTable.tag=../../iortable \
- html/tao/rtcorba/TAO_RTCORBA.tag=../../rtcorba \
- html/tao/security/TAO_Security.tag=../../security \
- html/acexml/ACEXML.tag=../../../acexml \
- html/tao/rtportableserver/TAO_RTPortableServer.tag=../../rtportableserver \
- html/tao/cosnaming/TAO_CosNaming.tag=../../cosnaming \
- html/tao/ifr/TAO_IFR.tag=../../ifr
+TAGFILES = html/ace/ACE.tag=../../../../ace \
+ html/tao/TAO.tag=../../.. \
+ html/ace/ssl/ACE_SSL.tag=../../../../ace/ssl \
+ html/tao/portableserver/TAO_PortableServer.tag=../../../portableserver \
+ html/tao/iortable/TAO_IORTable.tag=../../../iortable \
+ html/tao/rtcorba/TAO_RTCORBA.tag=../../../rtcorba \
+ html/tao/security/TAO_Security.tag=../../../security \
+ html/acexml/ACEXML.tag=../../../../acexml \
+ html/tao/rtportableserver/TAO_RTPortableServer.tag=../../../rtportableserver \
+ html/tao/cosnaming/TAO_CosNaming.tag=../../../cosnaming \
+ html/tao/ifr/TAO_IFR.tag=../../../ifr
GENERATE_TAGFILE = html/tao/ciao/tools/ComponentServer.tag
ALLEXTERNALS = NO
PERL_PATH = /usr/bin/perl
@@ -168,4 +168,3 @@ MAX_DOT_GRAPH_HEIGHT = 1024
#---------------------------------------------------------------------------
SEARCHENGINE = NO
-
diff --git a/etc/ciao_daemon.doxygen b/etc/ciao_daemon.doxygen
index fe91bc97da5..a5f583c5ed5 100644
--- a/etc/ciao_daemon.doxygen
+++ b/etc/ciao_daemon.doxygen
@@ -129,17 +129,17 @@ EXPAND_AS_DEFINED = ACE_RCSID \
# Configuration::addtions related to external references
#---------------------------------------------------------------------------
-TAGFILES = html/ace/ACE.tag=../../../ace \
- html/tao/TAO.tag=../.. \
- html/ace/ssl/ACE_SSL.tag=../../../ace/ssl \
- html/tao/portableserver/TAO_PortableServer.tag=../../portableserver \
- html/tao/iortable/TAO_IORTable.tag=../../iortable \
- html/tao/rtcorba/TAO_RTCORBA.tag=../../rtcorba \
- html/tao/security/TAO_Security.tag=../../security \
- html/acexml/ACEXML.tag=../../../acexml \
- html/tao/rtportableserver/TAO_RTPortableServer.tag=../../rtportableserver \
- html/tao/cosnaming/TAO_CosNaming.tag=../../cosnaming \
- html/tao/ifr/TAO_IFR.tag=../../ifr
+TAGFILES = html/ace/ACE.tag=../../../../ace \
+ html/tao/TAO.tag=../../.. \
+ html/ace/ssl/ACE_SSL.tag=../../../../ace/ssl \
+ html/tao/portableserver/TAO_PortableServer.tag=../../../portableserver \
+ html/tao/iortable/TAO_IORTable.tag=../../../iortable \
+ html/tao/rtcorba/TAO_RTCORBA.tag=../../../rtcorba \
+ html/tao/security/TAO_Security.tag=../../../security \
+ html/acexml/ACEXML.tag=../../../../acexml \
+ html/tao/rtportableserver/TAO_RTPortableServer.tag=../../../rtportableserver \
+ html/tao/cosnaming/TAO_CosNaming.tag=../../../cosnaming \
+ html/tao/ifr/TAO_IFR.tag=../../../ifr
GENERATE_TAGFILE = html/tao/ciao/tools/Daemon.tag
ALLEXTERNALS = NO
PERL_PATH = /usr/bin/perl
@@ -168,4 +168,3 @@ MAX_DOT_GRAPH_HEIGHT = 1024
#---------------------------------------------------------------------------
SEARCHENGINE = NO
-