You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2010/08/31 11:38:35 UTC

svn commit: r991131 - in /commons/proper/digester/trunk/src: java/org/apache/commons/digester/package.html site/xdoc/core.xml

Author: simonetripodi
Date: Tue Aug 31 09:38:35 2010
New Revision: 991131

URL: http://svn.apache.org/viewvc?rev=991131&view=rev
Log:
added missing annotatins package link

Modified:
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html
    commons/proper/digester/trunk/src/site/xdoc/core.xml

Modified: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html?rev=991131&r1=991130&r2=991131&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html (original)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html Tue Aug 31 09:38:35 2010
@@ -1342,6 +1342,10 @@ manipulation of attributes and element b
 <a href='xmlrules/package-summary.html'>xmlrules</a> package contains a
 system allowing digester rule configurations to be specifed through an xml file.
     </li>
+    <li>
+<a href='annotations/package-summary.html'>annotations</a> package contains a
+system allowing digester rule configurations to be specifed through Java5 Annotations.
+    </li>
 </ul>
 
 <a name="doc.Limits"></a>

Modified: commons/proper/digester/trunk/src/site/xdoc/core.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/core.xml?rev=991131&r1=991130&r2=991131&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/core.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/core.xml Tue Aug 31 09:38:35 2010
@@ -1243,6 +1243,10 @@ manipulation of attributes and element b
 <a href="apidocs/xmlrules/package-summary.html">xmlrules</a> package contains a
 system allowing digester rule configurations to be specifed through an xml file.
     </li>
+    <li>
+<a href="apidocs/annotations/package-summary.html">annotations</a> package contains a
+system allowing digester rule configurations to be specifed through Java5 Annotations.
+    </li>
 </ul>
     </section>