You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/10/17 15:48:34 UTC

svn commit: r1399261 - /stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml

Author: rwesten
Date: Wed Oct 17 13:48:34 2012
New Revision: 1399261

URL: http://svn.apache.org/viewvc?rev=1399261&view=rev
Log:
STANBOL-773: removed osgi.compendium from the osgiframework bundle list. While this is needed for development it is not needed at runtime, because the actual implementations of the interfaces (e.g. configAdmin) do already export those packages.
Also removed the unused DeploymentAdmin implementation

Modified:
    stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml

Modified: stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml?rev=1399261&r1=1399260&r2=1399261&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml Wed Oct 17 13:48:34 2012
@@ -28,6 +28,11 @@
       <artifactId>org.osgi.core</artifactId>
       <version>1.4.0</version>
     </bundle>
+    <!-- bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>1.4.0</version>
+    </bundle  -->
     <bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr</artifactId>
@@ -58,11 +63,11 @@
       <artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
       <version>3.0.0</version>
     </bundle>
-    <bundle>
+    <!-- bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.deploymentadmin</artifactId>
       <version>0.9.0</version>
-    </bundle>
+    </bundle -->
     <bundle> <!-- OSGi Command Line Shell support -->
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
@@ -83,11 +88,6 @@
       <artifactId>org.apache.felix.http.whiteboard</artifactId>
       <version>2.2.0</version>
     </bundle>
-    <bundle>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>1.4.0</version>
-    </bundle>
   </startLevel>
 
   <!-- Felix web console and plugins -->