Add .tox/ to .gitignore
[odlparent.git] / karaf / karaf-maven-plugin / src / it / test-simplify-bundles / control.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <!--
3   ~ Licensed to the Apache Software Foundation (ASF) under one
4   ~ or more contributor license agreements.  See the NOTICE file
5   ~ distributed with this work for additional information
6   ~ regarding copyright ownership.  The ASF licenses this file
7   ~ to you under the Apache License, Version 2.0 (the
8   ~ "License"); you may not use this file except in compliance
9   ~ with the License.  You may obtain a copy of the License at
10   ~
11   ~   http://www.apache.org/licenses/LICENSE-2.0
12   ~
13   ~ Unless required by applicable law or agreed to in writing,
14   ~ software distributed under the License is distributed on an
15   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16   ~ KIND, either express or implied.  See the License for the
17   ~ specific language governing permissions and limitations
18   ~ under the License.
19   -->
20
21 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="simplify-features">
22     <repository>mvn:test/simplify-feature-a/1.0-SNAPSHOT/xml/features</repository>
23     <feature name="simplify-feature-as-is" description="simplify-feature-as-is" version="1.0.0.SNAPSHOT">
24         <details>Check that bundles are simplified</details>
25         <feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-a</feature>
26         <bundle>mvn:test/simplify-bundle-b/1.0-SNAPSHOT</bundle>
27         <bundle>mvn:test/simplify-bundle-a/1.0-SNAPSHOT</bundle>
28     </feature>
29     <feature name="simplify-feature-reduced" description="simplify-feature-reduced" version="1.0.0.SNAPSHOT">
30         <details>Check that bundles are simplified</details>
31         <feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-a</feature>
32         <bundle>mvn:test/simplify-bundle-b/1.0-SNAPSHOT</bundle>
33     </feature>
34     <feature name="simplify-features" description="simplify-features" version="1.0.0.SNAPSHOT">
35         <details>Check that bundles are simplified</details>
36         <feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-as-is</feature>
37         <feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-reduced</feature>
38     </feature>
39 </features>