David Jencks | dcf33e7 | 2014-08-06 02:25:47 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 3 | license agreements. See the NOTICE file distributed with this work for additional |
| 4 | information regarding copyright ownership. The ASF licenses this file to |
| 5 | you under the Apache License, Version 2.0 (the "License"); you may not use |
| 6 | this file except in compliance with the License. You may obtain a copy of |
| 7 | the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 8 | by applicable law or agreed to in writing, software distributed under the |
| 9 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 10 | OF ANY KIND, either express or implied. See the License for the specific |
| 11 | language governing permissions and limitations under the License. --> |
David Jencks | bfb858d | 2015-12-28 04:00:51 +0000 | [diff] [blame] | 12 | <components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" xmlns:ext="http://felix.apache.org/xmlns/scr/extensions/v1.0.0"> |
David Jencks | dcf33e7 | 2014-08-06 02:25:47 +0000 | [diff] [blame] | 13 | <scr:component |
| 14 | name='org.apache.felix.scr.integration.components.annoconfig' |
| 15 | pid='org.apache.felix.scr.integration.components.annoconfig' |
| 16 | modified='modified' |
| 17 | > |
| 18 | <implementation |
| 19 | class='org.apache.felix.scr.integration.components.annoconfig.AnnoComponent' /> |
| 20 | <service> |
| 21 | <provide interface='org.apache.felix.scr.integration.components.annoconfig.AnnoComponent' /> |
| 22 | </service> |
| 23 | </scr:component> |
| 24 | |
David Jencks | bfb858d | 2015-12-28 04:00:51 +0000 | [diff] [blame] | 25 | <scr:component ext:configureWithInterfaces="true" |
| 26 | name='org.apache.felix.scr.integration.components.nestedannoconfig' |
| 27 | pid='org.apache.felix.scr.integration.components.nestedannoconfig' |
| 28 | modified='modified' |
| 29 | > |
| 30 | <implementation |
| 31 | class='org.apache.felix.scr.integration.components.annoconfig.NestedAnnoComponent' /> |
| 32 | <service> |
| 33 | <provide interface='org.apache.felix.scr.integration.components.annoconfig.NestedAnnoComponent' /> |
| 34 | </service> |
| 35 | </scr:component> |
| 36 | |
David Jencks | dcf33e7 | 2014-08-06 02:25:47 +0000 | [diff] [blame] | 37 | |
| 38 | </components> |