jstrachan 2002/11/19 08:54:46
Modified: xdocs sandbox.xml components.xml
xdocs/stylesheets project.xml
Log:
Added links to commons-attributes
Revision Changes Path
1.23 +8 -0 jakarta-commons/xdocs/sandbox.xml
Index: sandbox.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sandbox.xml 11 Nov 2002 21:12:57 -0000 1.22
+++ sandbox.xml 19 Nov 2002 16:54:46 -0000 1.23
@@ -22,6 +22,14 @@
</p>
<ul>
<li>
+ <a href="http://jakarta.apache.org/commons/sandbox/attributes/">
+ Attributes</a>
+ is a runtime API to metadata attributes such as doclet tags,
+ inspired by the Nanning and XRAI projects
+ as well as JSR 175 and C# attrbutes.
+ </li>
+
+ <li>
<a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/">Scaffold</a>
A web application toolkit from Ted Husted
</li>
1.62 +9 -0 jakarta-commons/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- components.xml 18 Nov 2002 03:57:49 -0000 1.61
+++ components.xml 19 Nov 2002 16:54:46 -0000 1.62
@@ -271,6 +271,15 @@
<!-- alpha by name -->
<dl>
+ <!-- Attributes -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/attributes/">Attributes</a></big></b></dt>
+ <dd>
+ Attributes provides a runtime API to metadata attributes such as doclet tags,
+ inspired by the Nanning and XRAI projects
+ as well as JSR 175 and C# attrbutes.
+ </dd>
+ <!-- /Attributes -->
+
<!-- Cache -->
<dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/">Cache</a></big></b></dt>
<dd>
1.55 +2 -0 jakarta-commons/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- project.xml 18 Nov 2002 03:59:59 -0000 1.54
+++ project.xml 19 Nov 2002 16:54:46 -0000 1.55
@@ -116,6 +116,8 @@
<menu name="Sandbox Components">
+ <item name="Attributes"
href="http://jakarta.apache.org/commons/sandbox/attributes/"/>
+
<item name="Cache"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/"/>
<item name="Codec"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/codec/"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>