Modified the pom file to export the OSGi packages; this can be helpful for
tools trying to determine what the JAR file provides.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@718444 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 9408417..e330223 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -115,6 +115,7 @@
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Embed-Dependency>*;artifactId=org.apache.felix.framework;inline=true</Embed-Dependency>
             <Private-Package>org.apache.felix.main.*</Private-Package>
+            <Export-Package>!org.osgi.service.obr,org.osgi.*</Export-Package>
             <Import-Package>!*</Import-Package>
             <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/}</Include-Resource>
           </instructions>