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:25:04 UTC

svn commit: r1060207 - /karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd

Author: jbonofre
Date: Tue Jan 18 06:25:03 2011
New Revision: 1060207

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

Modified:
    karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd

Modified: karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd
URL: http://svn.apache.org/viewvc/karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd?rev=1060207&r1=1060206&r2=1060207&view=diff
==============================================================================
--- karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd (original)
+++ karaf/trunk/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd Tue Jan 18 06:25:03 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[