David Jencks | 73c801f | 2014-08-02 03:04:08 +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. --> |
| 12 | <components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"> |
| 13 | <scr:component |
| 14 | name='org.apache.felix.scr.integration.components.enable' |
| 15 | > |
| 16 | <implementation |
| 17 | class='org.apache.felix.scr.integration.components.EnableComponent' /> |
| 18 | <service> |
| 19 | <provide interface='org.apache.felix.scr.integration.components.EnableComponent' /> |
| 20 | </service> |
| 21 | </scr:component> |
| 22 | |
| 23 | <scr:component |
| 24 | name='org.apache.felix.scr.integration.components.SimpleComponent' |
| 25 | enabled="false"> |
| 26 | <implementation |
| 27 | class='org.apache.felix.scr.integration.components.SimpleComponent' /> |
| 28 | </scr:component> |
| 29 | |
| 30 | </components> |