leosimons 2003/02/20 06:23:31
Modified: datasource build.xml
datasource/src/xdocs index.xml
Added: datasource/src/xdocs book.xml tabs.xml
Removed: datasource/src/xdocs menu.xml
Log:
forrestize
Revision Changes Path
1.32 +1 -1 avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 29 Jan 2003 14:07:39 -0000 1.31
+++ build.xml 20 Feb 2003 14:23:30 -0000 1.32
@@ -522,7 +522,7 @@
<target name="docs" depends="setup-filters" description="Generates the Docs">
<mkdir dir="${docs.dir}"/>
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../forrestbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.2 +3 -3 avalon-excalibur/datasource/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/src/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 5 Apr 2002 06:31:47 -0000 1.1
+++ index.xml 20 Feb 2003 14:23:31 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<p>
Avalon Excalibur's DataSource package in
<code>org.apache.avalon.excalibur.datasource</code> allows you
@@ -23,7 +23,7 @@
driver classes at init time, but it will take care of all
necessary issues from there.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.5 +7 -15 avalon-excalibur/datasource/src/xdocs/book.xml
1.1 avalon-excalibur/datasource/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 datasource"
title="Excalibur datasource"
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]