vmassol 01/04/28 06:59:17
Modified: cactus/docs/framework/xdocs doc-book.xml site-book.xml
Log:
added an 'updated' attribute to the book tag in order to display the last site
update on the web site + changed label from "Using" to "Writing Test Case" to reflect
more the real intent on that tutorial
Revision Changes Path
1.5 +3 -2 jakarta-commons/cactus/docs/framework/xdocs/doc-book.xml
Index: doc-book.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/doc-book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- doc-book.xml 2001/04/14 08:17:18 1.4
+++ doc-book.xml 2001/04/28 13:59:17 1.5
@@ -2,7 +2,8 @@
<book software="Cactus"
title="Local Cactus Documentation"
- copyright="@year@ The Apache Software Foundation">
+ copyright="@year@ The Apache Software Foundation"
+ updated="@today@">
<menu label="Home">
<menu-item label="Jakarta Commons" href="http://jakarta.apache.org/commons"
type="external"/>
@@ -27,7 +28,7 @@
<menu-item label="Installing Ant" source="installation_ant.xml"/>
<menu-item label="Installing Sample" source="installation_sample.xml"/>
<menu-item label="Configuration" source="configuration.xml"/>
- <menu-item label="Using" source="using.xml"/>
+ <menu-item label="Writing Test Case" source="using.xml"/>
<menu-item label="Servlet Sample" source="sample_servlet.xml"/>
</menu>
1.5 +3 -2 jakarta-commons/cactus/docs/framework/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/site-book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- site-book.xml 2001/04/14 08:17:19 1.4
+++ site-book.xml 2001/04/28 13:59:17 1.5
@@ -2,7 +2,8 @@
<book software="Cactus"
title="Cactus Documentation"
- copyright="@year@ The Apache Software Foundation">
+ copyright="@year@ The Apache Software Foundation"
+ updated="@today@">
<menu label="Home">
<menu-item label="Jakarta Commons" href="http://jakarta.apache.org/commons"
type="external"/>
@@ -27,7 +28,7 @@
<menu-item label="Installing Ant" source="installation_ant.xml"/>
<menu-item label="Installing Sample" source="installation_sample.xml"/>
<menu-item label="Configuration" source="configuration.xml"/>
- <menu-item label="Using" source="using.xml"/>
+ <menu-item label="Writing Test Case" source="using.xml"/>
<menu-item label="Servlet Sample" source="sample_servlet.xml"/>
</menu>