blob: f18ba6ae5b3f2906fce2e138624c788223aee2a9 [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-->
Guillaume Nodet429d0492009-08-12 14:14:30 +000019<features name="default">
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000020 <feature name="spring" version="${spring.version}">
21 <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance.version}</bundle>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000022 <bundle>mvn:org.springframework/spring-core/${spring.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000023 <bundle>mvn:org.springframework/spring-beans/${spring.version}</bundle>
24 <bundle>mvn:org.springframework/spring-context/${spring.version}</bundle>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000025 <bundle>mvn:org.springframework/spring-aop/${spring.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000026 <bundle>mvn:org.springframework/spring-context-support/${spring.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000027 </feature>
28 <feature name="spring-dm" version="${spring.osgi.version}">
29 <feature version="${spring.version}">spring</feature>
30 <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/${cglib.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000031 <bundle>mvn:org.springframework.osgi/spring-osgi-io/${spring.osgi.version}</bundle>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000032 <bundle>mvn:org.springframework.osgi/spring-osgi-core/${spring.osgi.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000033 <bundle>mvn:org.springframework.osgi/spring-osgi-extender/${spring.osgi.version}</bundle>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000034 <bundle>mvn:org.springframework.osgi/spring-osgi-annotation/${spring.osgi.version}</bundle>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000035 <bundle>mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.spring/${version}</bundle>
36 </feature>
Guillaume Nodet05fac962009-04-27 10:01:58 +000037 <feature name="wrapper" version="${version}">
Gert Vanthienenf54a8392009-05-02 19:57:13 +000038 <bundle>mvn:org.apache.felix.karaf.gshell/org.apache.felix.karaf.gshell.wrapper/${version}</bundle>
Guillaume Nodet05fac962009-04-27 10:01:58 +000039 </feature>
40 <feature name="obr" version="${version}">
41 <bundle>mvn:org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version}</bundle>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000042 <bundle>mvn:org.apache.felix.karaf.gshell/org.apache.felix.karaf.gshell.obr/${version}</bundle>
Guillaume Nodet05fac962009-04-27 10:01:58 +000043 </feature>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000044 <feature name="http" version="${version}">
45 <config name="org.ops4j.pax.web">
Guillaume Nodetfc098b62009-06-18 21:38:10 +000046 org.osgi.service.http.port=8181
Gert Vanthienenf7897682009-06-06 12:03:00 +000047 </config>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000048 <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
49 <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version}</bundle>
50 <bundle>mvn:org.ops4j.pax.web/pax-web-bundle/${pax.web.version}</bundle>
Gert Vanthienenf7897682009-06-06 12:03:00 +000051 </feature>
52 <feature name="webconsole" version="${version}">
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000053 <feature version="${version}">http</feature>
Gert Vanthienenf7897682009-06-06 12:03:00 +000054 <config name="org.apache.felix.webconsole.internal.servlet.OsgiManager">
55 username=karaf
56 password=karaf
57 </config>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000058 <bundle>mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>
59 <bundle>mvn:org.apache.felix/org.apache.felix.webconsole/${felix.webconsole.version}</bundle>
Gert Vanthienen14110c12009-08-06 21:36:13 +000060 <!-- TODO: uncomment when FELIX-1133 is resolved
61 <bundle>mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.branding/${version}</bundle>
62 -->
Guillaume Nodet756cf8e2009-08-07 09:48:21 +000063 <bundle>mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.features/${version}</bundle>
64 <bundle>mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.gogo/${version}</bundle>
Gert Vanthienenf7897682009-06-06 12:03:00 +000065 </feature>
Guillaume Nodet129433d2009-07-09 08:29:14 +000066 <feature name="ssh" version="${version}">
67 <config name="org.apache.felix.karaf.gshell.ssh">
68 sshPort=8101
69 sshRealm=karaf
70 </config>
71 <bundle>mvn:org.apache.mina/mina-core/${mina.version}</bundle>
72 <bundle>mvn:org.apache.sshd/sshd-core/${sshd.version}</bundle>
73 <bundle>mvn:org.apache.felix.karaf.gshell/org.apache.felix.karaf.gshell.ssh/${version}</bundle>
74 </feature>
75 <feature name="management" version="${version}">
76 <bundle>mvn:org.apache.felix.karaf/org.apache.felix.karaf.management/${version}</bundle>
77 <bundle>mvn:org.osgi/org.osgi.impl.bundle.jmx/${osgi.jmx.version}</bundle>
78 </feature>
Guillaume Nodet05fac962009-04-27 10:01:58 +000079</features>