You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/21 13:11:52 UTC

svn commit: r1484758 - /felix/trunk/ipojo/runtime/api/pom.xml

Author: clement
Date: Tue May 21 11:11:51 2013
New Revision: 1484758

URL: http://svn.apache.org/r1484758
Log:
Fix API bundle packaging

Modified:
    felix/trunk/ipojo/runtime/api/pom.xml

Modified: felix/trunk/ipojo/runtime/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/api/pom.xml?rev=1484758&r1=1484757&r2=1484758&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/api/pom.xml (original)
+++ felix/trunk/ipojo/runtime/api/pom.xml Tue May 21 11:11:51 2013
@@ -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>