You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2008/11/18 01:05:07 UTC

svn commit: r718444 - /felix/trunk/main/pom.xml

Author: rickhall
Date: Mon Nov 17 16:05:07 2008
New Revision: 718444

URL: http://svn.apache.org/viewvc?rev=718444&view=rev
Log:
Modified the pom file to export the OSGi packages; this can be helpful for
tools trying to determine what the JAR file provides.

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=718444&r1=718443&r2=718444&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Nov 17 16:05:07 2008
@@ -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>