commit | 3061b4bfa53fbd53ccc115e9c76135e2e92ae6ac | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sat Dec 03 09:36:25 2011 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sat Dec 03 09:36:25 2011 +0000 |
tree | 867af85050bbd39b98eed00b0eb06e7141a9f998 | |
parent | fce5b44150ffe7e84c2380e33f655e7a286fd347 [diff] |
New manipulator structure - Move the bnd ipojo plugin git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1209867 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-and-instances.xml b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-and-instances.xml new file mode 100644 index 0000000..19bc3d4 --- /dev/null +++ b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-and-instances.xml
@@ -0,0 +1,5 @@ +<ipojo> + <component class="com.acme.Thermometer" /> + <instance component="com.acme.Thermometer" /> + <instance component="com.acme.Thermometer" /> +</ipojo>
diff --git a/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-only.xml b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-only.xml new file mode 100644 index 0000000..cc913fe --- /dev/null +++ b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-components-only.xml
@@ -0,0 +1,3 @@ +<ipojo> + <component class="com.acme.Thermometer"/> +</ipojo>
diff --git a/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-instances-only.xml b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-instances-only.xml new file mode 100644 index 0000000..56aa63a --- /dev/null +++ b/ipojo/manipulator/bnd-ipojo-plugin/src/test/resources/metadata-instances-only.xml
@@ -0,0 +1,3 @@ +<ipojo> + <instance component="com.acme.Thermometer"/> +</ipojo> \ No newline at end of file