leosimons 2003/02/20 06:26:57 Modified: logger build.xml logger/src/xdocs index.xml Added: logger/src/xdocs book.xml tabs.xml Removed: logger/src/xdocs menu.xml Log: forrestize Revision Changes Path 1.35 +1 -1 avalon-excalibur/logger/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/logger/build.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- build.xml 29 Jan 2003 14:07:40 -0000 1.34 +++ build.xml 20 Feb 2003 14:26:57 -0000 1.35 @@ -511,7 +511,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 +7 -7 avalon-excalibur/logger/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/logger/src/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 9 Jul 2002 11:18:39 -0000 1.5 +++ index.xml 20 Feb 2003 14:26:57 -0000 1.6 @@ -8,7 +8,7 @@ </authors> </header> <body> - <s1 title="Introduction"> + <section><title>Introduction</title> <p> Find Avalon Excalibur's LogKit Management System in the <code>org.apache.avalon.excalibur.logger</code> package. @@ -19,8 +19,8 @@ to use for a particular <code>Component</code> (given the <code>Component</code> is <code>Loggable</code>). </p> - </s1> - <s1 title="Example configurations"> + </section> + <section><title>Example configurations</title> <p> Look at this example of a component definition: </p> @@ -123,8 +123,8 @@ sub-categories. </dd> </dl> - </s1> - <s1 title="Design principles and implementation details of the LogKit Management System"> + </section> + <section><title>Design principles and implementation details of the LogKit Management System</title> <p> The first abstraction is the <code>LogKitManager</code>: </p> @@ -246,7 +246,7 @@ <code>LogKitManager</code> and pass it to <code>Component</code>s implementing <code>Loggable</code>. </p> - </s1> + </section> </body> <footer> <legal> 1.5 +6 -13 avalon-excalibur/logger/src/xdocs/book.xml 1.1 avalon-excalibur/logger/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 logger" title="Excalibur logger" 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]