Fix API bundle packaging

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1484758 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/api/pom.xml b/ipojo/runtime/api/pom.xml
index 231dc44..17ec5ec 100644
--- a/ipojo/runtime/api/pom.xml
+++ b/ipojo/runtime/api/pom.xml
@@ -51,6 +51,8 @@
                         <Import-Package>
                             org.apache.felix.ipojo.composite;resolution:=optional,
                             org.osgi.framework;version=1.3,
+                            !org.apache.felix.ipojo.xml.parser,
+                            !org.apache.felix.ipojo.annotations,
                             *
                         </Import-Package>
                         <Export-Package>
@@ -65,7 +67,8 @@
                             org.objectweb.asm.signature,
                             org.objectweb.asm,
                             org.objectweb.asm.tree,
-                            org.apache.felix.ipojo.manipulation*
+                            org.apache.felix.ipojo.manipulation*,
+                            org.apache.felix.ipojo.manipulator*
                         </Private-Package>
                     </instructions>
                 </configuration>