You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2014/01/05 11:04:09 UTC

svn commit: r1555473 [1/2] - in /db/jdo/site/src/site: site.xml xdoc/annotations.xml

Author: andyj
Date: Sun Jan  5 10:04:09 2014
New Revision: 1555473

URL: http://svn.apache.org/r1555473
Log:
Add doc for JDO annotations

Added:
    db/jdo/site/src/site/xdoc/annotations.xml
Modified:
    db/jdo/site/src/site/site.xml

Modified: db/jdo/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/site.xml?rev=1555473&r1=1555472&r2=1555473&view=diff
==============================================================================
--- db/jdo/site/src/site/site.xml (original)
+++ db/jdo/site/src/site/site.xml Sun Jan  5 10:04:09 2014
@@ -43,7 +43,8 @@
             <item name="API Javadoc" href="/javadoc.html"/>
             <item name="Types of Classes" href="/class_types.html"/>
             <item name="Types of Fields" href="/field_types.html"/>
-                <item name="MetaData" href="/metadata.html" collapse="true">
+            <item name="MetaData" href="/metadata.html" collapse="true">
+                <item name="Annotations" href="/annotations.html"/>
                 <item name="jdo DTD/XSD" href="/jdo_dtd.html"/>
                 <item name="orm DTD/XSD" href="/orm_dtd.html"/>
                 <item name="jdoquery DTD/XSD" href="/jdoquery_dtd.html"/>