Felix Meschberger | f7d5706 | 2009-06-15 08:52:25 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Felix Meschberger | d767799 | 2010-08-05 13:01:37 +0000 | [diff] [blame] | 2 | <!-- |
| 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 Meschberger | f7d5706 | 2009-06-15 08:52:25 +0000 | [diff] [blame] | 18 | <components> |
Felix Meschberger | d767799 | 2010-08-05 13:01:37 +0000 | [diff] [blame] | 19 | <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 Meschberger | f7d5706 | 2009-06-15 08:52:25 +0000 | [diff] [blame] | 37 | <implementation class="components.activate.10" /> |
| 38 | </scr:component> |
| 39 | </components> |