You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2013/01/28 23:35:55 UTC

svn commit: r1439676 - /aries/trunk/subsystem/subsystem-bundle/pom.xml

Author: jwross
Date: Mon Jan 28 22:35:54 2013
New Revision: 1439676

URL: http://svn.apache.org/viewvc?rev=1439676&view=rev
Log:
[ARIES-1007] Include and export org.osgi.service.repository package in subsystems uber bundle.

Modified:
    aries/trunk/subsystem/subsystem-bundle/pom.xml

Modified: aries/trunk/subsystem/subsystem-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-bundle/pom.xml?rev=1439676&r1=1439675&r2=1439676&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Mon Jan 28 22:35:54 2013
@@ -48,8 +48,9 @@
     		*
     	</aries.osgi.import>
         <aries.osgi.export.pkg>
-            org.osgi.service.subsystem;version="1.0",
-            org.apache.aries.subsystem;version="1.0"
+        	org.apache.aries.subsystem;version="1.0",
+        	org.osgi.service.repository;version="1.0",
+            org.osgi.service.subsystem;version="1.0"
         </aries.osgi.export.pkg>
         <aries.osgi.private.pkg>
             org.apache.aries.subsystem.*