blob: 24058b75065db4a783c68f952d504bba21609357 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="simplify-features">
<repository>mvn:test/simplify-feature-a/1.0-SNAPSHOT/xml/features</repository>
<feature name="simplify-feature-as-is" description="simplify-feature-as-is" version="1.0.0.SNAPSHOT">
<details>Check that bundles are simplified</details>
<feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-a</feature>
<feature prerequisite="true" dependency="false">wrap</feature>
<bundle>mvn:test/simplify-bundle-b/1.0-SNAPSHOT</bundle>
<bundle>mvn:test/simplify-bundle-a/1.0-SNAPSHOT</bundle>
<bundle>wrap:mvn:test/simplify-jar-c/1.0-SNAPSHOT</bundle>
</feature>
<feature name="simplify-feature-reduced" description="simplify-feature-reduced" version="1.0.0.SNAPSHOT">
<details>Check that bundles are simplified</details>
<feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-a</feature>
<bundle>mvn:test/simplify-bundle-b/1.0-SNAPSHOT</bundle>
</feature>
<feature name="simplify-features" description="simplify-features" version="1.0.0.SNAPSHOT">
<details>Check that bundles are simplified</details>
<feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-as-is</feature>
<feature version="1.0.0.SNAPSHOT" prerequisite="false" dependency="false">simplify-feature-reduced</feature>
</feature>
</features>