You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/08/23 11:05:52 UTC

svn commit: r1376415 - in /incubator/stanbol/trunk/contrib: launchers/framework/src/main/bundles/ launchers/framework/src/main/sling/ launchers/stateless/src/main/bundles/ store/launchers/fise/src/main/bundles/ store/launchers/lite/src/main/bundles/

Author: reto
Date: Thu Aug 23 09:05:51 2012
New Revision: 1376415

URL: http://svn.apache.org/viewvc?rev=1376415&view=rev
Log:
STANBOL-714: increases startlevels so to be compatible with the one provided by sling launchpad

Modified:
    incubator/stanbol/trunk/contrib/launchers/framework/src/main/bundles/list.xml
    incubator/stanbol/trunk/contrib/launchers/framework/src/main/sling/common.properties
    incubator/stanbol/trunk/contrib/launchers/stateless/src/main/bundles/list.xml
    incubator/stanbol/trunk/contrib/store/launchers/fise/src/main/bundles/list.xml
    incubator/stanbol/trunk/contrib/store/launchers/lite/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/contrib/launchers/framework/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/launchers/framework/src/main/bundles/list.xml?rev=1376415&r1=1376414&r2=1376415&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/launchers/framework/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/contrib/launchers/framework/src/main/bundles/list.xml Thu Aug 23 09:05:51 2012
@@ -25,7 +25,7 @@
           (internal and external)
        ********************************************************************* -->
   <!-- General-purpose libraries -->
-  <startLevel level="10">
+  <startLevel level="20">
     <bundle> <!-- only used by the Contenthub -->
       <groupId>eu.medsea.mimeutil</groupId>
       <artifactId>mime-util</artifactId>
@@ -39,7 +39,7 @@
   </startLevel>
   
   <!-- Stanbol Commons -->
-  <startLevel level="17">
+  <startLevel level="27">
     <!-- The common web interface -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
@@ -49,7 +49,7 @@
   </startLevel>
 
   <!-- The default data expected by the default configuration of Stanbol 
-  <startLevel level="19">
+  <startLevel level="29">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.defaultdata</artifactId>
@@ -63,7 +63,7 @@
        ********************************************************************* -->
 
   <!-- Stanbol Enhancer infrastructure and required libraries-->
-  <startLevel level="20">
+  <startLevel level="30">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
@@ -103,7 +103,7 @@
     </bundle>
   </startLevel>
   <!-- Stanbol Web Fragments -->
-  <startLevel level="21">
+  <startLevel level="31">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
@@ -118,7 +118,7 @@
   </startLevel>
   
   <!-- FactStore -->
-  <startLevel level="20">
+  <startLevel level="30">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.factstore</artifactId>
@@ -127,7 +127,7 @@
   </startLevel>
  
   <!-- KReS -->
-  <startLevel level="22">
+  <startLevel level="32">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.commons.owl</artifactId>
@@ -141,7 +141,7 @@
        ********************************************************************* -->
   
   <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
-  <startLevel level="25">
+  <startLevel level="35">
 
   </startLevel>
 

Modified: incubator/stanbol/trunk/contrib/launchers/framework/src/main/sling/common.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/launchers/framework/src/main/sling/common.properties?rev=1376415&r1=1376414&r2=1376415&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/launchers/framework/src/main/sling/common.properties (original)
+++ incubator/stanbol/trunk/contrib/launchers/framework/src/main/sling/common.properties Thu Aug 23 09:05:51 2012
@@ -21,3 +21,4 @@
 # The stanbol home directory
 # by default this is set to the same value as sling.home
 stanbol.home=${sling.home}
+org.osgi.framework.startlevel.beginning=40

Modified: incubator/stanbol/trunk/contrib/launchers/stateless/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/launchers/stateless/src/main/bundles/list.xml?rev=1376415&r1=1376414&r2=1376415&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/launchers/stateless/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/contrib/launchers/stateless/src/main/bundles/list.xml Thu Aug 23 09:05:51 2012
@@ -26,7 +26,7 @@
        ********************************************************************* -->
   
 	<!-- General-purpose libraries -->
-	<startLevel level="10">
+	<startLevel level="20">
 		<bundle>
 			<groupId>org.apache.commons</groupId>
 			<artifactId>commons-math</artifactId>
@@ -42,7 +42,7 @@
 	</startLevel>
 	
   <!-- Stanbol Commons -->
-  <startLevel level="17">
+  <startLevel level="27">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
@@ -51,7 +51,7 @@
   </startLevel>
 
   <!-- The default data expected by the default configuration of Stanbol -->
-  <startLevel level="19">
+  <startLevel level="29">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
@@ -75,7 +75,7 @@
        ********************************************************************* -->
 
   <!-- Stanbol Enhancer  -->
-  <startLevel level="20">
+  <startLevel level="30">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
@@ -99,7 +99,7 @@
        ********************************************************************* -->
   	
 	<!-- Stanbol Enhancer Enhancement Engines -->
-	<startLevel level="25">
+	<startLevel level="35">
         <bundle>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>

Modified: incubator/stanbol/trunk/contrib/store/launchers/fise/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/store/launchers/fise/src/main/bundles/list.xml?rev=1376415&r1=1376414&r2=1376415&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/store/launchers/fise/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/contrib/store/launchers/fise/src/main/bundles/list.xml Thu Aug 23 09:05:51 2012
@@ -71,7 +71,7 @@
 	</startLevel>
 
 	<!-- General-purpose libraries -->
-	<startLevel level="10">
+	<startLevel level="20">
 		<bundle>
 			<groupId>commons-cli</groupId>
 			<artifactId>commons-cli</artifactId>
@@ -126,7 +126,7 @@
 
 	<!-- Jersey -->
 	<!-- Jersey -->
-	<startLevel level="14">
+	<startLevel level="24">
 		<!-- NOTE: jersey-core bug, must start before jersey-server to avoid jersey 
 			spi class not found errors. Restart jersey-server manually if getting those. -->
 		<bundle>
@@ -135,7 +135,7 @@
 			<version>1.7</version>
 		</bundle>
 	</startLevel>
-	<startLevel level="15">
+	<startLevel level="25">
 		<bundle>
 			<groupId>com.sun.jersey</groupId>
 			<artifactId>jersey-server</artifactId>
@@ -167,7 +167,7 @@
 
 
 	<!-- enhancer infrastructure and required libraries -->
-	<startLevel level="15">
+	<startLevel level="25">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
@@ -181,7 +181,7 @@
 	</startLevel>
 
 	<!-- Clerezza storage and sparql infrastructure -->
-	<startLevel level="16">
+	<startLevel level="26">
 		<bundle>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.rdf.core</artifactId>
@@ -272,7 +272,7 @@
 	</startLevel>
 
 	<!-- Additional Clerezza serializers -->
-	<startLevel level="16">
+	<startLevel level="26">
 		<bundle>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
@@ -281,7 +281,7 @@
 	</startLevel>
 
 	<!-- Stanbol Commons -->
-	<startLevel level="17">
+	<startLevel level="27">
 		<!-- Allows to run Stanbol in offline mode -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
@@ -334,7 +334,7 @@
 	</startLevel>
 
 	<!-- enhancer plug-ins -->
-	<startLevel level="20">
+	<startLevel level="30">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
@@ -348,7 +348,7 @@
 	</startLevel>
 
 	<!-- OWLAPI and OWLLINK -->
-	<startLevel level="22">
+	<startLevel level="32">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.commons.owl</artifactId>
@@ -363,7 +363,7 @@
 
 
 	<!-- Persistence Store Bundles -->
-	<startLevel level="25">
+	<startLevel level="35">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.ontologymanager.store.api</artifactId>
@@ -394,7 +394,7 @@
 		</bundle>
 	</startLevel>
 
-	<startLevel level="30">
+	<startLevel level="40">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>

Modified: incubator/stanbol/trunk/contrib/store/launchers/lite/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/store/launchers/lite/src/main/bundles/list.xml?rev=1376415&r1=1376414&r2=1376415&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/store/launchers/lite/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/contrib/store/launchers/lite/src/main/bundles/list.xml Thu Aug 23 09:05:51 2012
@@ -61,7 +61,7 @@
 	</startLevel>
 
 	<!-- Felix web console and plugins -->
-	<startLevel level="10">
+	<startLevel level="20">
 		<bundle>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.webconsole</artifactId>
@@ -76,7 +76,7 @@
 	</startLevel>
 
 	<!-- General-purpose libraries -->
-	<startLevel level="10">
+	<startLevel level="20">
 		<bundle>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpcore-osgi</artifactId>
@@ -95,7 +95,7 @@
 	</startLevel>
 
 	<!-- JAX-RS -->
-	<startLevel level="14">
+	<startLevel level="24">
 		<!--
 			WARNING: jersey-core bug, must start before jersey-server to avoid
 			jersey spi class not found errors. Restart jersey-server manually if
@@ -109,7 +109,7 @@
 	</startLevel>
 	
 	<!-- Jersey -->
-	<startLevel level="15">
+	<startLevel level="25">
 		<bundle>
 			<groupId>javax.ws.rs</groupId>
 			<artifactId>jsr311-api</artifactId>
@@ -127,7 +127,7 @@
 		</bundle>
 	</startLevel>
 	<!-- Clerezza storage and sparql infrastructure -->
-	<startLevel level="16">
+	<startLevel level="26">
 		<bundle>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
@@ -206,7 +206,7 @@
 	</startLevel>
 	
 	<!-- Stanbol Web -->
-	<startLevel level="17">
+	<startLevel level="27">
 	<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.commons.web.base</artifactId>
@@ -229,7 +229,7 @@
 		</bundle>
 	</startLevel>
 	
-	<startLevel level="18">
+	<startLevel level="28">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.ontologymanager.store.api</artifactId>