leosutic 2004/03/20 16:03:23
Modified: attributes/site/xdocs navigation.xml reference.xml
Log:
Added documentation for the attribute-index task.
Revision Changes Path
1.6 +1 -0 jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- navigation.xml 20 Mar 2004 01:38:43 -0000 1.5
+++ navigation.xml 21 Mar 2004 00:03:23 -0000 1.6
@@ -36,6 +36,7 @@
<item name="Reference" href="/reference.html">
<item name="Declaring and Using" href="/declaring.html"/>
<item name="Compiling" href="/compiler.html"/>
+ <item name="Indexing" href="/indexer.html"/>
</item>
</menu>
</body>
1.2 +6 -5 jakarta-commons-sandbox/attributes/site/xdocs/reference.xml
Index: reference.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/reference.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reference.xml 20 Mar 2004 01:38:43 -0000 1.1
+++ reference.xml 21 Mar 2004 00:03:23 -0000 1.2
@@ -26,17 +26,18 @@
<body>
<section name="Reference">
- <p>This reference is split into two parts: The stuff you do to your
source code,
- and the stuff you do to your build scripts.</p>
-
- <p><a href="declaring.html">Declaring and Using</a><br/>
+ <p><a href="declaring.html">Declaring and Using</a>:
This section describes how you add attributes to your source code
and how
you access them.
</p>
- <p><a href="compiler.html">Compiling</a><br/>
+ <p><a href="compiler.html">Compiling</a>:
This section describes the changes and additions you need to do to
your
build scripts if you are not using the Maven plugin.
+ </p>
+
+ <p><a href="indexer.html">Indexing</a>:
+ How to use the attribute indexer tool.
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]