leosimons 2003/02/20 06:11:02
Modified: component build.xml
component/src/xdocs index.xml
Added: component/src/xdocs book.xml tabs.xml
Removed: component/src/xdocs menu.xml
Log:
forrestize
Revision Changes Path
1.33 +1 -1 avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- build.xml 19 Feb 2003 07:36:11 -0000 1.32
+++ build.xml 20 Feb 2003 14:11:02 -0000 1.33
@@ -466,7 +466,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../forrestbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.6 +5 -5 avalon-excalibur/component/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/src/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 7 Aug 2002 05:45:03 -0000 1.5
+++ index.xml 20 Feb 2003 14:11:02 -0000 1.6
@@ -11,13 +11,13 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<p>
This project contains utilities for managing components.
In particular, the ExcaliburComponentManager.
</p>
- </s1>
- <s1 title="Automated Component Management">
+ </section>
+ <section><title>Automated Component Management</title>
<p>
The <code>org.apache.avalon.excalibur.component</code> package
in Excalibur will allow you to manage components specified in
@@ -32,7 +32,7 @@
ContextClassLoader--unless you pass a different one in the
constructor.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.5 +6 -13 avalon-excalibur/component/src/xdocs/book.xml
1.1 avalon-excalibur/component/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 component"
title="Excalibur component"
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]