bloritsch 2002/07/17 13:55:28
Modified: . build.xml cocoon.properties
collections/src/xdocs book.xml
component/src/xdocs book.xml
concurrent/src/xdocs book.xml
datasource/src/xdocs book.xml
event/src/xdocs book.xml
fortress default.properties
logger/src/xdocs book.xml
monitor/src/xdocs book.xml
pool/src/xdocs book.xml
site build.xml
site/src/xdocs book.xml
sourceresolve/src/xdocs book.xml
tar/src/xdocs book.xml
testcase/src/xdocs book.xml
thread/src/xdocs book.xml
util/src/xdocs book.xml
Log:
first cut at getting site to generate docs
Revision Changes Path
1.171 +1 -1 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- build.xml 9 Jul 2002 02:38:48 -0000 1.170
+++ build.xml 17 Jul 2002 20:55:26 -0000 1.171
@@ -293,7 +293,7 @@
<!-- Generate all docs -->
<target name="docs" description="Generate all the docs">
- <!--<ant dir="fortress" target="docs"/> -->
+ <ant dir="fortress" target="docs"/>
<!--<ant dir="instrument" target="docs"/> -->
<!--<ant dir="instrument-client" target="docs"/--> <!-- depends on
instrument-manager -->
<!--<ant dir="instrument-manager" target="docs"/> --> <!-- depends on
instrument, all -->
1.5 +1 -1 jakarta-avalon-excalibur/cocoon.properties
Index: cocoon.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cocoon.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cocoon.properties 13 Jul 2002 10:04:46 -0000 1.4
+++ cocoon.properties 17 Jul 2002 20:55:26 -0000 1.5
@@ -4,7 +4,7 @@
cocoon.work=${build.dir}/work
cocoon.build.docs = ${build.dir}/docs
-cocoon.build.context = ${build.dir}
+cocoon.build.context = ${build.dir}/context
cocoon.build.xdocs = ${cocoon.build.context}/content/xdocs
cocoon.xdocs.dir = ${src.dir}/xdocs
skins.dir = ${src.dir}/skins
1.4 +1 -1 jakarta-avalon-excalibur/collections/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/xdocs/book.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- book.xml 16 Jun 2002 11:26:11 -0000 1.3
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.4
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/component/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/component/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +3 -3 jakarta-avalon-excalibur/concurrent/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
-<book software="Excalibur Cache"
- title="Avalon Excalibur Documentation - Cache"
+<book software="Excalibur Concurrent"
+ title="Avalon Excalibur Documentation - Concurrent"
copyright="@year@ The Apache Software Foundation">
<project label="Back to Avalon" href="@AVALON_BASE@" />
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/datasource/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/event/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.22 +0 -1 jakarta-avalon-excalibur/fortress/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- default.properties 17 Jul 2002 14:10:14 -0000 1.21
+++ default.properties 17 Jul 2002 20:55:27 -0000 1.22
@@ -137,7 +137,6 @@
build.classes = ${build.dir}/classes
build.tests = ${build.dir}/tests
build.reports = ${build.dir}/reports
-use.skin = avalon-tigris
# Set the properties for source directories
src.dir = src
1.3 +1 -1 jakarta-avalon-excalibur/logger/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/logger/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/monitor/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:12 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/pool/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/pool/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:13 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.5 +48 -4 jakarta-avalon-excalibur/site/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/site/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 6 Apr 2002 20:48:46 -0000 1.4
+++ build.xml 17 Jul 2002 20:55:27 -0000 1.5
@@ -8,6 +8,7 @@
-->
<property file=".ant.properties"/>
<property file="${user.home}/.ant.properties"/>
+ <property file="${default.properties}"/>
<property name="name" value="excalibur"/>
<property name="Name" value="Excalibur"/>
@@ -36,6 +37,8 @@
<property name="dist.base" value="distributions"/>
+ <property file="${basedir}/../cocoon.properties"/>
+
<path id="tools.class.path">
<pathelement location="${junit.jar}"/>
<pathelement location="${tools.jar}"/>
@@ -84,16 +87,57 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the Docs">
- <mkdir dir="${docs.dir}"/>
+ <copy todir="${cocoon.build.xdocs}/altrmi"><fileset
dir="${basedir}/../altrmi/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/assembly"><fileset
dir="${basedir}/../assembly/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/baxter"><fileset
dir="${basedir}/../baxter/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/bzip2"><fileset
dir="${basedir}/../bzip2/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/cache"><fileset
dir="${basedir}/../cache/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/cli"><fileset
dir="${basedir}/../cli/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/collections"><fileset
dir="${basedir}/../collections/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/component"><fileset
dir="${basedir}/../component/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/concurrent"><fileset
dir="${basedir}/../concurrent/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/configuration"><fileset
dir="${basedir}/../configuration/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/containerkit"><fileset
dir="${basedir}/../containerkit/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/converter"><fileset
dir="${basedir}/../converter/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/datasource"><fileset
dir="${basedir}/../datasource/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/event"><fileset
dir="${basedir}/../event/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/extension"><fileset
dir="${basedir}/../extension/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/fortress"><fileset
dir="${basedir}/../fortress/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/i18n"><fileset
dir="${basedir}/../i18n/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/instrument"><fileset
dir="${basedir}/../instrument/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/instrument-client"><fileset
dir="${basedir}/../instrument-client/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/instrument-manager"><fileset
dir="${basedir}/../instrument-manager/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/io"><fileset
dir="${basedir}/../io/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/jprocess"><fileset
dir="${basedir}/../jprocess/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/logger"><fileset
dir="${basedir}/../logger/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/merlin"><fileset
dir="${basedir}/../merlin/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/microcontainer"><fileset
dir="${basedir}/../microcontainer/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/monitor"><fileset
dir="${basedir}/../monitor/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/naming"><fileset
dir="${basedir}/../naming/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/pool"><fileset
dir="${basedir}/../pool/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/sourceresolve"><fileset
dir="${basedir}/../sourceresolve/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/store"><fileset
dir="${basedir}/../store/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/tar"><fileset
dir="${basedir}/../tar/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/testcase"><fileset
dir="${basedir}/../testcase/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/thread"><fileset
dir="${basedir}/../thread/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/threadcontext"><fileset
dir="${basedir}/../threadcontext/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/tweety"><fileset
dir="${basedir}/../tweety/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/util"><fileset
dir="${basedir}/../util/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/xmlbundle"><fileset
dir="${basedir}/../xmlbundle/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/xmlutil"><fileset
dir="${basedir}/../xmlutil/src/xdocs"/></copy>
+ <copy todir="${cocoon.build.xdocs}/zip"><fileset
dir="${basedir}/../zip/src/xdocs"/></copy>
+
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <!-- <mkdir dir="${docs.dir}"/>
<mkdir dir="${build.context}"/>
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.docs}/apps"/>
<mkdir dir="${build.dir}/work"/>
-
+ -->
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
- <copy todir="${build.context}" filtering="on">
+ <!-- <copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
<exclude name="diagrams/**"/>
<exclude name="resources/**"/>
@@ -130,7 +174,7 @@
<include name="**"/>
</fileset>
</copy>
-
+ -->
</target>
<target name="site" depends="docs" description="Places Docs ready for hosting on
website">
1.12 +38 -28 jakarta-avalon-excalibur/site/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/book.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- book.xml 6 Jul 2002 04:47:45 -0000 1.11
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.12
@@ -12,32 +12,42 @@
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon/release/excalibur"/>
</menu>
- <menu label="Sub Projects">
- <menu-item label="AltRMI" href="altrmi/index.html"/>
- <menu-item label="BZip2" href="bzip2/index.html"/>
- <menu-item label="Baxter" href="baxter/index.html"/>
- <menu-item label="CLI" href="cli/index.html"/>
- <menu-item label="Cache" href="cache/index.html"/>
- <menu-item label="Collections" href="collections/index.html"/>
- <menu-item label="Command" href="command/index.html"/>
- <menu-item label="Component" href="component/index.html"/>
- <menu-item label="Concurrent" href="concurrent/index.html"/>
- <menu-item label="DataSource" href="datasource/index.html"/>
- <menu-item label="Event" href="event/index.html"/>
- <menu-item label="Extension" href="extension/index.html"/>
- <menu-item label="Fortress" href="fortress/index.html"/>
- <menu-item label="I/O" href="io/index.html"/>
- <menu-item label="Internationalization" href="i18n/index.html"/>
- <menu-item label="Logger" href="logger/index.html"/>
- <menu-item label="Monitor" href="monitor/index.html"/>
- <menu-item label="Naming" href="naming/index.html"/>
- <menu-item label="Pool" href="pool/index.html"/>
- <menu-item label="Source Resolver" href="source/index.html"/>
- <menu-item label="TAR" href="tar/index.html"/>
- <menu-item label="Testcase" href="testcase/index.html"/>
- <menu-item label="Thread" href="thread/index.html"/>
- <menu-item label="Util" href="util/index.html"/>
- <menu-item label="XMLBundle" href="xmlbundle/index.html"/>
- <menu-item label="ZIP" href="zip/index.html"/>
+ <menu label="Containers">
+ <menu-item type="external" id="component" label="Component"
href="component/index.html"/>
+ <menu-item type="external" id="fortress" label="Fortress"
href="fortress/index.html"/>
+ <menu-item type="external" id="merlin" label="Merlin" href="merlin/index.html"/>
+ <menu-item type="external" id="tweety" label="Tweety" href="tweety/index.html"/>
</menu>
-</book>
\ No newline at end of file
+
+ <menu label="Components">
+ <menu-item type="external" id="cache" label="Cache" href="cache/index.html"/>
+ <menu-item type="external" id="datasource" label="DataSource"
href="datasource/index.html"/>
+ <menu-item type="external" id="monitor" label="Monitor"
href="monitor/index.html"/>
+ <menu-item type="external" id="xmlbundle" label="XMLBundle"
href="xmlbundle/index.html"/>
+ </menu>
+
+ <menu label="Resource Managers">
+ <menu-item type="external" id="event" label="Event" href="event/index.html"/>
+ <menu-item type="external" id="logger" label="Logger" href="logger/index.html"/>
+ <menu-item type="external" id="testcase" label="Testcase"
href="testcase/index.html"/>
+ </menu>
+
+ <menu label="Utilities">
+ <menu-item type="external" id="altrmi" label="AltRMI" href="altrmi/index.html"/>
+ <menu-item type="external" id="bzip2" label="BZip2" href="bzip2/index.html"/>
+ <menu-item type="external" id="baxter" label="Baxter" href="baxter/index.html"/>
+ <menu-item type="external" id="cli" label="CLI" href="cli/index.html"/>
+ <menu-item type="external" id="collections" label="Collections"
href="collections/index.html"/>
+ <menu-item type="external" id="concurrent" label="Concurrent"
href="concurrent/index.html"/>
+ <menu-item type="external" id="extension" label="Extension"
href="extension/index.html"/>
+ <menu-item type="external" id="io" label="I/O" href="io/index.html"/>
+ <menu-item type="external" id="i18n" label="Internationalization"
href="i18n/index.html"/>
+ <menu-item type="external" id="naming" label="Naming" href="naming/index.html"/>
+ <menu-item type="external" id="pool" label="Pool" href="pool/index.html"/>
+ <menu-item type="external" id="resolver" label="Source Resolver"
href="sourceresolve/index.html"/>
+ <menu-item type="external" id="tar" label="TAR" href="tar/index.html"/>
+ <menu-item type="external" id="thread" label="Thread" href="thread/index.html"/>
+ <menu-item type="external" id="util" label="Util" href="util/index.html"/>
+ <menu-item type="external" id="zip" label="ZIP" href="zip/index.html"/>
+ </menu>
+</book>
1.3 +1 -1 jakarta-avalon-excalibur/sourceresolve/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:13 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/tar/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:13 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:27 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/testcase/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:13 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:28 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.3 +1 -1 jakarta-avalon-excalibur/thread/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/src/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 16 Jun 2002 11:26:13 -0000 1.2
+++ book.xml 17 Jul 2002 20:55:28 -0000 1.3
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
1.4 +1 -1 jakarta-avalon-excalibur/util/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/util/src/xdocs/book.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- book.xml 16 Jun 2002 11:26:13 -0000 1.3
+++ book.xml 17 Jul 2002 20:55:28 -0000 1.4
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
- <menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
+ <menu-item type="external" id="api-docs" label="API Docs" href="api/"/>
</menu>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>