bloritsch 2003/02/28 08:26:05
Modified: instrument/src/xdocs abstract-instrumentable-howto.xml
book.xml index.xml instrumentable-howto.xml
instrumentables.xml instruments.xml overview.xml
Log:
fix doc building
Revision Changes Path
1.3 +1 -0
avalon-excalibur/instrument/src/xdocs/abstract-instrumentable-howto.xml
Index: abstract-instrumentable-howto.xml
===================================================================
RCS file:
/home/cvs/avalon-excalibur/instrument/src/xdocs/abstract-instrumentable-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abstract-instrumentable-howto.xml 20 Feb 2003 14:03:50 -0000 1.2
+++ abstract-instrumentable-howto.xml 28 Feb 2003 16:26:04 -0000 1.3
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
1.4 +6 -6 avalon-excalibur/instrument/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/book.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- book.xml 20 Feb 2003 14:03:50 -0000 1.3
+++ book.xml 28 Feb 2003 16:26:04 -0000 1.4
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
"book-cocoon-v10.dtd">
+
<book software="Excalibur instrument" title="Excalibur instrument"
copyright="@year@ The Apache Software Foundation"
xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="About">
<menu-item label="About Instrument" href="index.html"/>
- <menu-item label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
- <menu-item label="Download"
href="http://jakarta.apache.org/builds/avalon-excalibur/release"/>
+ <menu-item label="Excalibur Home"
href="http://avalon.apache.org/excalibur/index.html"/>
+ <menu-item label="Download"
href="http://avalon.apache.org/bindownload.cgi"/>
<menu-item label="API Docs" href="http://avalon.apache.org/api/"/>
</menu>
<menu label="Essentials">
@@ -16,10 +18,8 @@
<menu label="Related">
<menu-item label="Instrument Manager"
href="http://avalon.apache.org/excalibur/instrument-manager/"/>
<menu-item label="Instrument Client"
href="http://avalon.apache.org/excalibur/instrument-client/"/>
- <menu label="Containers">
- <menu-item href="http://avalon.apache.org/excalibur/component/"
label="Excalibur Component Manager"/>
- <menu-item href="http://avalon.apache.org/excalibur/fortress/"
label="Excalibur Fortress"/>
- </menu>
+ <menu-item href="http://avalon.apache.org/excalibur/component/"
label="Excalibur Component Manager"/>
+ <menu-item href="http://avalon.apache.org/excalibur/fortress/"
label="Excalibur Fortress"/>
</menu>
<menu label="How To">
<menu-item label="Implement Instrumentable"
href="instrumentable-howto.html"/>
1.5 +1 -0 avalon-excalibur/instrument/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 20 Feb 2003 14:03:50 -0000 1.4
+++ index.xml 28 Feb 2003 16:26:04 -0000 1.5
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
1.3 +1 -0 avalon-excalibur/instrument/src/xdocs/instrumentable-howto.xml
Index: instrumentable-howto.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/instrumentable-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- instrumentable-howto.xml 20 Feb 2003 14:03:50 -0000 1.2
+++ instrumentable-howto.xml 28 Feb 2003 16:26:04 -0000 1.3
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
1.5 +1 -0 avalon-excalibur/instrument/src/xdocs/instrumentables.xml
Index: instrumentables.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/instrumentables.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- instrumentables.xml 20 Feb 2003 14:03:50 -0000 1.4
+++ instrumentables.xml 28 Feb 2003 16:26:04 -0000 1.5
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
1.3 +1 -0 avalon-excalibur/instrument/src/xdocs/instruments.xml
Index: instruments.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/instruments.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- instruments.xml 20 Feb 2003 14:03:50 -0000 1.2
+++ instruments.xml 28 Feb 2003 16:26:04 -0000 1.3
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
1.3 +1 -0 avalon-excalibur/instrument/src/xdocs/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/overview.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- overview.xml 20 Feb 2003 14:03:50 -0000 1.2
+++ overview.xml 28 Feb 2003 16:26:04 -0000 1.3
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]