Modified the POM so that the manifest imports AND exports the packages
exported by the framework, otherwise you will always get constraint
violations if you try to use this bundle.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@483535 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.core/pom.xml b/org.osgi.core/pom.xml
index 6f1f766..08ecffd 100644
--- a/org.osgi.core/pom.xml
+++ b/org.osgi.core/pom.xml
@@ -41,7 +41,7 @@
           <instructions>
             <Bundle-SymbolicName>org.osgi.core</Bundle-SymbolicName>
             <Export-Package>org.osgi.framework, org.osgi.service.condpermadmin, org.osgi.service.packageadmin, org.osgi.service.permissionadmin, org.osgi.service.startlevel, org.osgi.service.url</Export-Package>
-            <Import-Package>!org.osgi.*,*</Import-Package>
+            <Import-Package>org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.startlevel,org.osgi.service.url,!org.osgi.*,*</Import-Package>
             <Bundle-Version>4</Bundle-Version>
             <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2006). All Rights Reserved.</Bundle-Copyright>
             <Bundle-Category>osgi</Bundle-Category>