leosimons 2003/02/20 06:09:33
Modified: cache build.xml
cache/src/xdocs index.xml
Added: cache/src/xdocs book.xml tabs.xml
Removed: cache/src/xdocs menu.xml
Log:
forrestize
Revision Changes Path
1.37 +1 -1 avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/cache/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build.xml 29 Jan 2003 14:07:37 -0000 1.36
+++ build.xml 20 Feb 2003 14:09:32 -0000 1.37
@@ -301,7 +301,7 @@
<!-- Prepares the documentation directory -->
<target name="docs"> <!-- depends="javadocs" description="Generates the Docs"
-->
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../forrestbuild.xml"/>
</target>
<target name="site" depends="docs" description=" Places Docs ready for hosting
on website">
1.6 +3 -3 avalon-excalibur/cache/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/cache/src/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 26 Jul 2002 15:40:03 -0000 1.5
+++ index.xml 20 Feb 2003 14:09:32 -0000 1.6
@@ -9,7 +9,7 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<warn>
This package is under development, and the API is not
guaranteed to be the same when it is ready for release.
@@ -23,7 +23,7 @@
to allow for different implementations of the backing mechanism (store)
and replacement algorithm (eg LRU, FIFO).
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.5 +6 -13 avalon-excalibur/cache/src/xdocs/book.xml
1.1 avalon-excalibur/cache/src/xdocs/tabs.xml
Index: tabs.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
"tab-cocoon-v10.dtd">
<tabs software="Excalibur cache"
title="Excalibur cache"
copyright="Foo"
xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Avalon Home" href="http://avalon.apache.org/"/>
<tab label="Framework" href="http://avalon.apache.org/framework/"/>
<tab label="Components" href="http://avalon.apache.org/components/"/>
<tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/>
<tab label="SECA" href="http://avalon.apache.org/seca/"/>
<tab label="Apps" href="http://avalon.apache.org/apps/"/>
</tabs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]