Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Clement Escoffier | 8428e9d | 2008-05-05 18:30:18 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with 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, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Clement Escoffier | 3269efa | 2008-09-09 14:21:15 +0000 | [diff] [blame] | 20 | <ipojo> |
| 21 | <component classname="org.apache.felix.ipojo.arch.ArchCommandImpl" |
| 22 | public="false"> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 23 | <Provides /> |
Clement Escoffier | 3269efa | 2008-09-09 14:21:15 +0000 | [diff] [blame] | 24 | <requires field="m_archs" optional="true" /> |
| 25 | <requires field="m_factories" optional="true"/> |
| 26 | <requires field="m_handlers" optional="true"/> |
| 27 | </component> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 28 | <instance component="org.apache.felix.ipojo.arch.ArchCommandImpl" |
| 29 | name="ArchCommand" /> |
Clement Escoffier | 3269efa | 2008-09-09 14:21:15 +0000 | [diff] [blame] | 30 | </ipojo> |