leosimons 2003/02/20 08:02:11 Modified: site build.xml site/src/xdocs announcement.xml index.xml Added: site/src/xdocs book.xml tabs.xml Removed: site/src/xdocs changes.xml menu.xml Log: forrestize Revision Changes Path 1.14 +1 -1 avalon-excalibur/site/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/site/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.xml 6 Feb 2003 13:38:34 -0000 1.13 +++ build.xml 20 Feb 2003 16:02:11 -0000 1.14 @@ -111,7 +111,7 @@ <mkdir dir="${build.docs}/apps"/> <mkdir dir="${build.dir}/work"/> - <ant antfile="${basedir}/../cocoonbuild.xml"/> + <ant antfile="${basedir}/../forrestbuild.xml"/> <replace dir="${build.docs}" token="http://a/" value=""> <include name="**/*.html"/> 1.3 +4 -4 avalon-excalibur/site/src/xdocs/announcement.xml Index: announcement.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/site/src/xdocs/announcement.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- announcement.xml 6 Feb 2003 13:38:34 -0000 1.2 +++ announcement.xml 20 Feb 2003 16:02:11 -0000 1.3 @@ -4,7 +4,7 @@ <title>@Name@ @version@</title> <abstract>The Avalon team is proud to announce the @version@ @status@ release of the @[EMAIL PROTECTED]</abstract> - <project site="http://jakarta.apache.org/avalon"> + <book software="Excalibur site" title="Excalibur site" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Avalon</title> <description> The Avalon project is Apache's Java Server Framework. It is @@ -14,8 +14,8 @@ formalizes serveral best of breed practices and patterns for server side programming. </description> - </project> - <project site="http://jakarta.apache.org/avalon/excalibur"> + </book> + <book software="Excalibur site" title="Excalibur site" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>@Name@ @version@</title> <description> Avalon Excalibur contains several premade Avalon Components @@ -25,6 +25,6 @@ </description> <changes version="@version@" file="changes.xml"/> <downloads name="Excalibur" base="http://jakarta.apache.org/builds/avalon/release/@name@"/> - </project> + </book> </announcement> 1.9 +3 -3 avalon-excalibur/site/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/site/src/xdocs/index.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- index.xml 7 Feb 2003 16:08:55 -0000 1.8 +++ index.xml 20 Feb 2003 16:02:11 -0000 1.9 @@ -8,7 +8,7 @@ </authors> </header> <body> - <s1 title="Introduction"> + <section><title>Introduction</title> <p> Avalon Excalibur was created in order to ease development of new projects. To that end, Excalibur contains a number of @@ -31,7 +31,7 @@ quality and/or stability. They are <strong>NOT</strong> meant for production use. You have been warned. </warn> - </s1> + </section> </body> <footer> <legal> 1.14 +38 -34 avalon-excalibur/site/src/xdocs/book.xml 1.1 avalon-excalibur/site/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 site" title="Excalibur site" 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]