blob: 2a6289757b1f35bfdc633359935a1839a2ceaa62 [file] [log] [blame]
Guillaume Nodet05fac962009-04-27 10:01:58 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
4 Licensed to the Apache Software Foundation (ASF) under one or more
5 contributor license agreements. See the NOTICE file distributed with
6 this work for additional information regarding copyright ownership.
7 The ASF licenses this file to You under the Apache License, Version 2.0
8 (the "License"); you may not use this file except in compliance with
9 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, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18-->
19<features>
20 <feature name="wrapper" version="${version}">
Gert Vanthienenf54a8392009-05-02 19:57:13 +000021 <bundle>mvn:org.apache.felix.karaf.gshell/org.apache.felix.karaf.gshell.wrapper/${version}</bundle>
Guillaume Nodet05fac962009-04-27 10:01:58 +000022 </feature>
23 <feature name="obr" version="${version}">
24 <bundle>mvn:org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version}</bundle>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000025 <bundle>mvn:org.apache.felix.karaf.gshell/org.apache.felix.karaf.gshell.obr/${version}</bundle>
Guillaume Nodet05fac962009-04-27 10:01:58 +000026 </feature>
Gert Vanthienenf7897682009-06-06 12:03:00 +000027 <feature name="felix-http" version="${version}">
28 <bundle>mvn:org.mortbay.jetty/jetty-util/${jetty.version}/jar</bundle>
29 <bundle>mvn:org.mortbay.jetty/jetty-sslengine/${jetty.version}/jar</bundle>
30 <bundle>mvn:org.mortbay.jetty/jetty/${jetty.version}/jar</bundle>
31 <bundle>mvn:org.apache.felix/org.apache.felix.http.jetty/${felix.http.version}/jar</bundle>
32 <config name="org.apache.felix.http">
33 org.osgi.service.http.port=8080
34 </config>
35 </feature>
36 <feature name="webconsole" version="${version}">
37 <feature version="${version}">felix-http</feature>
Guillaume Nodet75848652009-06-11 08:36:21 +000038 <bundle>mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}/jar</bundle>
Gert Vanthienenf7897682009-06-06 12:03:00 +000039 <bundle>mvn:org.apache.felix/org.apache.felix.webconsole/${felix.webconsole.version}/jar</bundle>
40 <config name="org.apache.felix.webconsole.internal.servlet.OsgiManager">
41 username=karaf
42 password=karaf
43 </config>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000044 <bundle>mvn:org.apache.felix.karaf/org.apache.felix.karaf.webconsole/${version}/jar</bundle>
Gert Vanthienenf7897682009-06-06 12:03:00 +000045 </feature>
Guillaume Nodet05fac962009-04-27 10:01:58 +000046</features>