Repository: karaf Updated Branches: refs/heads/karaf-3.0.x ae531fc4e -> 34fd7c0a3
[KARAF-1159] Upgrade features 1.1.0 xsd with region element Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/34fd7c0a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/34fd7c0a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/34fd7c0a Branch: refs/heads/karaf-3.0.x Commit: 34fd7c0a3ee2d8c0881664e0d549f6f2589233b9 Parents: ae531fc Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Sep 23 12:56:37 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Sep 23 12:56:37 2015 +0200 ---------------------------------------------------------------------- .../resources/org/apache/karaf/features/karaf-features-1.1.0.xsd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/34fd7c0a/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.1.0.xsd ---------------------------------------------------------------------- diff --git a/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.1.0.xsd b/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.1.0.xsd index 7138573..46ff8d9 100644 --- a/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.1.0.xsd +++ b/features/core/src/main/resources/org/apache/karaf/features/karaf-features-1.1.0.xsd @@ -103,6 +103,7 @@ from the default start level defined in Karaf's config.properties. </xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="region" type="xs:string"/> </xs:complexType> <xs:complexType name="bundle">
