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 2013/10/22 10:00:46 UTC

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

Author: rwesten
Date: Tue Oct 22 08:00:46 2013
New Revision: 1534529

URL: http://svn.apache.org/r1534529
Log:
STANBOL-1094: merged changes related to STANBOL-1182;

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=1534529&r1=1534528&r2=1534529&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml Tue Oct 22 08:00:46 2013
@@ -17,7 +17,7 @@
 -->
 <bundles>
   <!-- OSGi infrastructure -->
-  <startLevel level="5">
+  <startLevel level="2">
     <!-- OSGI infrastructure -->
     <bundle>
       <groupId>org.apache.felix</groupId>
@@ -83,7 +83,7 @@
 
 
   <!-- Logging Dependencies -->
-  <startLevel level="5">
+  <startLevel level="2">
     <bundle> <!-- STANNBOL-1025 upgraded to Sling logging 3.0.0 -->
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.log</artifactId>
@@ -113,11 +113,15 @@
   
   
   <!-- HTTP service and Http related Utilities -->
-  <startLevel level="5">
+  <!-- 
+    NOTE: in case of a JAR launcher the <jarWebSupport> bundle (by default the
+      felix.http.jetty bundle) is expected to use a startLevel of 3 
+   -->
+  <startLevel level="4">
     <bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.whiteboard</artifactId>
-      <version>2.2.0</version>
+      <version>2.2.1</version>
     </bundle>
   </startLevel>