leosutic 2004/05/05 05:23:23
Modified: attributes/site/xdocs compiler.xml declaring.xml index.xml
indexer.xml maven_demo.xml navigation.xml
reference.xml tutorial.xml
Log:
Bringing stuff back into sync.
Revision Changes Path
1.2 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/compiler.xml
Index: compiler.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/compiler.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compiler.xml 20 Mar 2004 01:38:43 -0000 1.1
+++ compiler.xml 5 May 2004 12:23:23 -0000 1.2
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Reference - Compiling</title>
</properties>
1.2 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/declaring.xml
Index: declaring.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/declaring.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- declaring.xml 20 Mar 2004 01:38:43 -0000 1.1
+++ declaring.xml 5 May 2004 12:23:23 -0000 1.2
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Reference - Declaring and Using</title>
</properties>
1.11 +29 -6 jakarta-commons-sandbox/attributes/site/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/index.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.xml 18 Mar 2004 23:16:30 -0000 1.10
+++ index.xml 5 May 2004 12:23:23 -0000 1.11
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Overview</title>
</properties>
@@ -139,6 +139,11 @@
<table>
<tr>
+ <th colspan="2">
+ API
+ </th>
+ </tr>
+ <tr>
<td>Can add attributes to classes</td>
<td>Yes</td>
</tr>
@@ -184,24 +189,42 @@
<td>Yes, via attribute indexes.</td>
</tr>
<tr>
- <td>Ant task</td>
+ <td>Object attributes don't have to be serializable</td>
<td>Yes</td>
</tr>
<tr>
- <td>Maven plugin</td>
+ <td>Multiple attributes with same tag on an element</td>
+ <td>Yes, this is controlled by the attribute itself</td>
+ </tr>
+ <tr>
+ <th colspan="2">
+ Tools
+ </th>
+ </tr>
+ <tr>
+ <td>Ant task</td>
<td>Yes</td>
</tr>
<tr>
- <td>Object attributes don't have to be serializable</td>
+ <td>Maven plugin</td>
<td>Yes</td>
</tr>
<tr>
- <td>Multiple attributes with same tag on an element</td>
- <td>Yes, this is controlled by the attribute itself</td>
+ <td>Javadoc Taglet</td>
+ <td>Yes <i>(Note: Taglets only exist in Javadoc 1.4 and
later)</i></td>
</tr>
<tr>
<td>Incremental compilation</td>
<td>Yes</td>
+ </tr>
+ <tr>
+ <td>Compile-time Validation</td>
+ <td>Yes</td>
+ </tr>
+ <tr>
+ <th colspan="2">
+ Implementation
+ </th>
</tr>
<tr>
<td>Attribute storage</td>
1.2 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/indexer.xml
Index: indexer.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/indexer.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- indexer.xml 21 Mar 2004 00:03:18 -0000 1.1
+++ indexer.xml 5 May 2004 12:23:23 -0000 1.2
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Reference - Indexing</title>
</properties>
1.3 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/maven_demo.xml
Index: maven_demo.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/maven_demo.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven_demo.xml 18 Mar 2004 23:16:30 -0000 1.2
+++ maven_demo.xml 5 May 2004 12:23:23 -0000 1.3
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Tutorial - Maven Demo</title>
</properties>
1.7 +4 -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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- navigation.xml 21 Mar 2004 00:03:23 -0000 1.6
+++ navigation.xml 5 May 2004 12:23:23 -0000 1.7
@@ -37,7 +37,11 @@
<item name="Declaring and Using" href="/declaring.html"/>
<item name="Compiling" href="/compiler.html"/>
<item name="Indexing" href="/indexer.html"/>
+ <item name="Validating" href="/validator.html"/>
+ <item name="Documenting" href="/taglet.html"/>
</item>
+
+ <item name="Changelog" href="/changelog.html"/>
</menu>
</body>
</project>
1.3 +1 -1 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- reference.xml 21 Mar 2004 00:03:23 -0000 1.2
+++ reference.xml 5 May 2004 12:23:23 -0000 1.3
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Reference</title>
</properties>
1.5 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/tutorial.xml
Index: tutorial.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/tutorial.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tutorial.xml 20 Mar 2004 01:38:43 -0000 1.4
+++ tutorial.xml 5 May 2004 12:23:23 -0000 1.5
@@ -19,7 +19,7 @@
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Leo Sutic</author>
+ <author email="[EMAIL PROTECTED]">Jakarta Commons Development Team</author>
<title>Tutorial</title>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]