You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/11/11 21:23:08 UTC

svn commit: rev 57469 - incubator/beehive/site/src/documentation/content/xdocs

Author: steveh
Date: Thu Nov 11 12:23:06 2004
New Revision: 57469

Modified:
   incubator/beehive/site/src/documentation/content/xdocs/faq.xml
Log:
A fix for JIRA 74: Positioning of Beehive/JSR-175 annotations relative to Apache commons-attributes

Modified: incubator/beehive/site/src/documentation/content/xdocs/faq.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/faq.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/faq.xml	Thu Nov 11 12:23:06 2004
@@ -16,6 +16,7 @@
         <li><link href="#what-is">What is Beehive?</link></li>
         <li><link href="#annotations">What are annotations?</link></li>
         <li><link href="#controls">What are controls? </link></li>
+        <li><link href="#commons_att">Does Beehive Support Commons Attributes? </link></li>
       </ol>
 </section>
 
@@ -41,6 +42,10 @@
           model, and a configuration model using JSR 175 annotations. To find 
           out more about controls look at
 	  <link href="./Controls.html">Controls</link>.</dd>
+      </dl>
+      <dl>
+        <dt>Does Beehive Support Commons Attributes?</dt>
+        <dd><anchor id="commons_att" />Since Beehive is depends on JDK1.5, which already contains support for JSR 175 annotations, support for commons-attributes is not a goal for Beehive.</dd>
       </dl>
  </section>