Clement Escoffier | 639c71a | 2013-10-02 16:29:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="${project.artifactId}"> |
| 21 | |
Clement Escoffier | 639c71a | 2013-10-02 16:29:35 +0000 | [diff] [blame] | 22 | <feature name="ipojo" version="${project.version}" |
| 23 | description="Apache Felix iPOJO Core Runtime"> |
| 24 | <bundle>mvn:${project.groupId}/org.apache.felix.ipojo/${project.version}</bundle> |
| 25 | </feature> |
| 26 | |
| 27 | <feature name="ipojo-command" version="${project.version}" |
| 28 | description="Apache Felix iPOJO Shell Command"> |
| 29 | <feature version="${project.version}">ipojo</feature> |
| 30 | <bundle>mvn:${project.groupId}/org.apache.felix.ipojo.gogo/${project.version}</bundle> |
| 31 | </feature> |
| 32 | |
| 33 | <feature name="ipojo-all" version="${project.version}" |
| 34 | description="Apache Felix iPOJO All Runtime Bundles"> |
| 35 | <feature version="${project.version}">ipojo-command</feature> |
| 36 | <bundle>mvn:${project.groupId}/org.apache.felix.ipojo.composite/${project.version}</bundle> |
| 37 | <bundle>mvn:${project.groupId}/org.apache.felix.ipojo.api/${project.version}</bundle> |
| 38 | </feature> |
| 39 | |
| 40 | <feature name="ipojo-webconsole" version="${project.version}" |
| 41 | description="Apache Felix iPOJO Web Console Plugin"> |
| 42 | <feature version="${project.version}">ipojo</feature> |
| 43 | <feature>webconsole</feature> |
| 44 | <bundle>mvn:${project.groupId}/org.apache.felix.ipojo.webconsole/${ipojo.webconsole.version}</bundle> |
| 45 | </feature> |
| 46 | </features> |