hlship 2004/07/20 10:26:39
Modified: src/documentation/content/xdocs tabs.xml site.xml
src/documentation/conf cli.xconf
Log:
Add a new module containing example code.
Revision Changes Path
1.4 +1 -2 jakarta-hivemind/src/documentation/content/xdocs/tabs.xml
Index: tabs.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/tabs.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tabs.xml 25 Jun 2004 20:20:01 -0000 1.3
+++ tabs.xml 20 Jul 2004 17:26:39 -0000 1.4
@@ -36,7 +36,6 @@
<tab label="Module: hivemind" dir="hivemind" href="hivemind"
id="hivemind"/>
<tab label="Module: hivemind-lib" dir="hivemind-lib" href="hivemind-lib"
id="hivemind-lib"/>
-
- <!-- tab id="hivemind" label="Module: hivemind" dir="hivemind"
indexfile="index.html"/ -->
+ <tab label="Example Code" dir="hivemind-examples" href="hivemind-examples"
id="hivemind-examples"/>
</tabs>
1.21 +11 -0 jakarta-hivemind/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- site.xml 16 Jul 2004 23:15:39 -0000 1.20
+++ site.xml 20 Jul 2004 17:26:39 -0000 1.21
@@ -19,6 +19,7 @@
<!ENTITY project-report-menu.ent SYSTEM "project-report-menu.ent">
<!ENTITY hivemind-report-menu.ent SYSTEM "hivemind-report-menu.ent">
<!ENTITY hivemind-lib-report-menu.ent SYSTEM "hivemind-lib-report-menu.ent">
+<!ENTITY hivemind-examples-report-menu.ent SYSTEM
"hivemind-examples-report-menu.ent">
]
>
@@ -125,6 +126,16 @@
</reports>
</hivemind.lib>
+
+ <hivemind-examples label="Example Code" tab="hivemind-examples"
href="hivemind-examples/">
+
+ <index href="index.html"/>
+
+ <reports label="Reports">
+ &hivemind-examples-report-menu.ent;
+ </reports>
+
+ </hivemind-examples>
<other-resources label="Other Resources">
<wiki label="HiveMind Wiki"
href="http://wiki.apache.org/jakarta-hivemind/"/>
1.3 +2 -1 jakarta-hivemind/src/documentation/conf/cli.xconf
Index: cli.xconf
===================================================================
RCS file: /home/cvs/jakarta-hivemind/src/documentation/conf/cli.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cli.xconf 28 May 2004 21:41:11 -0000 1.2
+++ cli.xconf 20 Jul 2004 17:26:39 -0000 1.3
@@ -175,6 +175,7 @@
<!-- This is generated after the rest. -->
<exclude pattern="hivedocs/**"/>
+ <exclude pattern="*/hivedocs/**"/>
<exclude pattern="*/apidocs/**"/>
<exclude pattern="*/clover/**"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]