You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/01/18 07:26:29 UTC

svn commit: r1060208 - /karaf/site/xmlns/features/v1.0.0

Author: jbonofre
Date: Tue Jan 18 06:26:28 2011
New Revision: 1060208

URL: http://svn.apache.org/viewvc?rev=1060208&view=rev
Log:
[KARAF-398] Features schema is not correct.

Modified:
    karaf/site/xmlns/features/v1.0.0

Modified: karaf/site/xmlns/features/v1.0.0
URL: http://svn.apache.org/viewvc/karaf/site/xmlns/features/v1.0.0?rev=1060208&r1=1060207&r2=1060208&view=diff
==============================================================================
--- karaf/site/xmlns/features/v1.0.0 (original)
+++ karaf/site/xmlns/features/v1.0.0 Tue Jan 18 06:26:28 2011
@@ -62,15 +62,6 @@ Definition of the Feature.
             ]]></xs:documentation>
         </xs:annotation>
         <xs:choice minOccurs="0" maxOccurs="unbounded">
-            <!-- Tags with info -->
-            <xs:element name="description" type="xs:string">
-                <xs:annotation>
-                    <xs:documentation><![CDATA[
-Short description displayed in features:list command results.
-                    ]]>
-                    </xs:documentation>
-                </xs:annotation>
-            </xs:element>
             <xs:element name="details" minOccurs="0" type="xs:string">
                 <xs:annotation>
                     <xs:documentation><![CDATA[
@@ -86,6 +77,7 @@ Long info displayed in features:info com
         </xs:choice>
         <xs:attribute name="name" type="tns:featureName" use="required" />
         <xs:attribute name="version" type="xs:string" default="0.0.0" />
+        <xs:attribute name="description" type="xs:string" />
         <xs:attribute name="resolver" type="tns:resolver">
             <xs:annotation>
                 <xs:documentation><![CDATA[