blob: 864204a7ff7f10b77d18c086690affccbf17279a [file] [log] [blame]
Felix Meschberger962b3672009-06-15 08:52:25 +00001<?xml version="1.0" encoding="UTF-8"?>
Felix Meschberger56da17d2010-08-05 13:01:37 +00002 <!--
3 Licensed to the Apache Software Foundation (ASF) under one or
4 more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information regarding
6 copyright ownership. The ASF licenses this file to you under the
7 Apache License, Version 2.0 (the "License"); you may not use
8 this file except in compliance with the License. You may obtain
9 a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0 Unless required by
12 applicable law or agreed to in writing, software distributed
13 under the License is distributed on an "AS IS" BASIS, WITHOUT
14 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions
16 and limitations under the License.
17 -->
Felix Meschberger962b3672009-06-15 08:52:25 +000018<components>
Felix Meschberger56da17d2010-08-05 13:01:37 +000019 <scr:component name="components.activate.10" activate="myactivate"
20 xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"
21 >
22 <implementation class="components.activate.10" />
23 </scr:component>
24 <scr:component name="components.deactivate.10"
25 deactivate="mydeactivate" xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"
26 >
27 <implementation class="components.activate.10" />
28 </scr:component>
29 <scr:component name="components.modified.10" modified="mymodified"
30 xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"
31 >
32 <implementation class="components.activate.10" />
33 </scr:component>
34 <scr:component name="components.configuration.policy.10"
35 configuration-policy="ignore" xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"
36 >
Felix Meschberger962b3672009-06-15 08:52:25 +000037 <implementation class="components.activate.10" />
38 </scr:component>
39</components>