You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/01/21 10:07:11 UTC

svn commit: r1061697 - /sling/trunk/installer/core/pom.xml

Author: cziegeler
Date: Fri Jan 21 09:07:11 2011
New Revision: 1061697

URL: http://svn.apache.org/viewvc?rev=1061697&view=rev
Log:
SLING-1942 : Include ServiceTracker in Bundle

Modified:
    sling/trunk/installer/core/pom.xml

Modified: sling/trunk/installer/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/core/pom.xml?rev=1061697&r1=1061696&r2=1061697&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Fri Jan 21 09:07:11 2011
@@ -61,7 +61,10 @@
 							org.apache.sling.installer.api;version=3.0.0,
                             org.apache.sling.installer.api.tasks;version=1.0.0
                         </Export-Package>
-						<Private-Package>org.apache.sling.installer.core.impl.*</Private-Package>
+						<Private-Package>
+						    org.apache.sling.installer.core.impl.*,
+                            org.osgi.util.tracker
+						</Private-Package>
                         <Embed-Dependency>
                             org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*"
                         </Embed-Dependency>