Add license and notice file to the online-manipulator
Add apache license header to the online-manipulator
Edit license and notice file of junit4osgi
Add the online-manipulator to the reactor
Fix a potential NPE in the manipulator when the Created-By entry does not exist in the manipulated jar
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@767443 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/online-manipulator/src/test/java/provider.xml b/ipojo/tests/online-manipulator/src/test/java/provider.xml
new file mode 100644
index 0000000..64bbe01
--- /dev/null
+++ b/ipojo/tests/online-manipulator/src/test/java/provider.xml
@@ -0,0 +1,6 @@
+<ipojo>
+<component classname="org.apache.felix.org.apache.felix.ipojo.online.manipulator.test.impl.MyProvider">
+ <provides/>
+</component>
+<instance component="org.apache.felix.org.apache.felix.ipojo.online.manipulator.test.impl.MyProvider"/>
+</ipojo>
\ No newline at end of file