Author: jbonofre
Date: Wed Jun 20 12:34:59 2012
New Revision: 1352062
URL: http://svn.apache.org/viewvc?rev=1352062&view=rev
Log:
[KARAF-1293] Update the xsd embedded in tooling
Modified:
karaf/branches/karaf-2.3.x/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd
karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0-ordered.xsd
Modified:
karaf/branches/karaf-2.3.x/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd?rev=1352062&r1=1352061&r2=1352062&view=diff
==============================================================================
---
karaf/branches/karaf-2.3.x/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd
(original)
+++
karaf/branches/karaf-2.3.x/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0.xsd
Wed Jun 20 12:34:59 2012
@@ -103,7 +103,6 @@ from the default start level defined in
</xs:documentation>
</xs:annotation>
</xs:attribute>
-
</xs:complexType>
<xs:complexType name="bundle">
Modified:
karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0-ordered.xsd
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0-ordered.xsd?rev=1352062&r1=1352061&r2=1352062&view=diff
==============================================================================
---
karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0-ordered.xsd
(original)
+++
karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/resources/org/apache/karaf/features/karaf-features-1.0.0-ordered.xsd
Wed Jun 20 12:34:59 2012
@@ -87,6 +87,23 @@ Karaf allow using dynamic resolvers.
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="install" type="tns:install">
+ <xs:annotation>
+ <xs:documentation><![CDATA[
+If true, marks that the feature should start automatically when placed in the
deploy folder.
+ ]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="start-level" type="xs:int">
+ <xs:annotation>
+ <xs:documentation><![CDATA[
+Set this attribute to have an OSGi start level for this feature different
+from the default start level defined in Karaf's config.properties.
+ ]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:complexType>
<xs:complexType name="bundle">
@@ -202,6 +219,18 @@ name: the value
<xs:minLength value="1" />
</xs:restriction>
</xs:simpleType>
+ <xs:simpleType name="install">
+ <xs:annotation>
+ <xs:documentation><![CDATA[
+Installation mode. Can be either manual or auto. Specifies whether the feature
should be automatically installed when
+dropped inside the deploy folder. Note: This attribute doesn't affect feature
descriptors that are installed from the
+command line or as part of the org.apache.karaf.features.cfg.
+ ]]></xs:documentation>
+ </xs:annotation>
+ <xs:restriction base="xs:string">
+ <xs:minLength value="1" />
+ </xs:restriction>
+ </xs:simpleType>
<xs:element name="features" type="tns:features" />