blob: 305a55bb772ef989910a1ef9cbf82dfad8d57079 [file] [log] [blame]
Clement Escoffiered4ca022013-03-13 15:27:20 +00001<!--
2 ~ Licensed to the Apache Software Foundation (ASF) under one
3 ~ or more contributor license agreements. See the NOTICE file
4 ~ distributed with this work for additional information
5 ~ regarding copyright ownership. The ASF licenses this file
6 ~ to you under the Apache License, Version 2.0 (the
7 ~ "License"); you may not use this file except in compliance
8 ~ with the License. You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing,
13 ~ software distributed under the License is distributed on an
14 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ~ KIND, either express or implied. See the License for the
16 ~ specific language governing permissions and limitations
17 ~ under the License.
18 -->
19
Clement Escoffiere6986562013-02-22 18:55:31 +000020<ipojo
21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/SNAPSHOT/core.xsd"
23 xmlns="org.apache.felix.ipojo"
24>
25
26 <!-- Manipulation -->
27 <component
28 classname="org.apache.felix.ipojo.runtime.core.components.Manipulation23Tester"
29 name="ManipulationPrimitives-PrimitiveManipulationTester" architecture="true">
30 <provides />
31 </component>
32
33 <!-- Manipulation with numbers -->
34 <component
35 classname="org.apache.felix.ipojo.runtime.core.components.A123.Manipulation23Tester"
36 name="ManipulationPrimitives-PrimitiveManipulationTesterA" architecture="true">
37 <provides />
38 </component>
39
40
41</ipojo>