You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2010/02/10 02:57:57 UTC

svn commit: r908314 - /incubator/aries/trunk/blueprint/blueprint-core/pom.xml

Author: djencks
Date: Wed Feb 10 01:57:56 2010
New Revision: 908314

URL: http://svn.apache.org/viewvc?rev=908314&view=rev
Log:
ARIES-156 start making the import/exports more similar between the small and full bundles

Modified:
    incubator/aries/trunk/blueprint/blueprint-core/pom.xml

Modified: incubator/aries/trunk/blueprint/blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint/blueprint-core/pom.xml?rev=908314&r1=908313&r2=908314&view=diff
==============================================================================
--- incubator/aries/trunk/blueprint/blueprint-core/pom.xml (original)
+++ incubator/aries/trunk/blueprint/blueprint-core/pom.xml Wed Feb 10 01:57:56 2010
@@ -102,7 +102,11 @@
                         <Export-Package>
                             org.apache.aries.blueprint*;version="${pom.version}"
                         </Export-Package>
-                        <Import-Package>!org.apache.aries.blueprint*,org.apache.aries.util.tracker;resolution:=optional,org.osgi.service.framework;resolution:=optional,*</Import-Package>
+                        <Import-Package>!org.apache.aries.blueprint*,
+                          org.apache.aries.util.tracker;resolution:=optional,
+                          org.osgi.service.event*;resolution:=optional,
+                          org.osgi.service.framework;resolution:=optional,
+                          *</Import-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Bundle-DocURL</_removeheaders>
                     </instructions>