TRINIDAD-1626 - add support behavior "attribute" elements
TRINIDAD-1627 - add support behavior "property" elements

just apply the existing templates, since we do a reuse of existing meta data here;
(well, jsf 2.0 does, and we already have JSR 276 support)
diff --git a/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform20.xsl b/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform20.xsl
index 6b053dc..eacc236 100644
--- a/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform20.xsl
+++ b/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform20.xsl
@@ -285,6 +285,8 @@
       <xsl:apply-templates select="javaee:description" />
       <xsl:apply-templates select="javaee:display-name" />
       <xsl:apply-templates select="javaee:icon" />
+      <xsl:apply-templates select="javaee:attribute" />
+      <xsl:apply-templates select="javaee:property" />
     </xsl:element>
   </xsl:template>