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/02/01 14:37:18 UTC

svn commit: r1239126 - in /incubator/stanbol/trunk/launchers/stable: pom.xml src/main/bundles/list.xml

Author: rwesten
Date: Wed Feb  1 13:37:18 2012
New Revision: 1239126

URL: http://svn.apache.org/viewvc?rev=1239126&view=rev
Log:
The stable launcher now uses the bundle list for the enhancer instead of an own custom configuration. This sould make sure that it keeps in sync with changes to the Stanbol Enhancer.

Modified:
    incubator/stanbol/trunk/launchers/stable/pom.xml
    incubator/stanbol/trunk/launchers/stable/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1239126&r1=1239125&r2=1239126&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Wed Feb  1 13:37:18 2012
@@ -125,6 +125,7 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.base</artifactId>
       <classifier>app</classifier>
+      <scope>provided</scope>
     </dependency>
 
     <!-- OSGi Framemework Bundle List -->
@@ -132,6 +133,7 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId>
       <type>partialbundlelist</type>
+      <scope>provided</scope>
     </dependency>
 
     <!-- Stanbol Commons Bundle List -->
@@ -139,17 +141,32 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId>
       <type>partialbundlelist</type>
+      <scope>provided</scope>
     </dependency>
 
+    <!-- Stanbol Enhancer Bundle List -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.bundlelist</artifactId>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- Stanbol Data Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.bundlelist</artifactId>
       <type>partialbundlelist</type>
+      <scope>provided</scope>
     </dependency>
+
+    <!-- Stanbol Entityhub Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
       <type>partialbundlelist</type>
+      <scope>provided</scope>
     </dependency>
+
   </dependencies>
 </project>

Modified: incubator/stanbol/trunk/launchers/stable/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/src/main/bundles/list.xml?rev=1239126&r1=1239125&r2=1239126&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/src/main/bundles/list.xml Wed Feb  1 13:37:18 2012
@@ -33,107 +33,7 @@
           (Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments)
        ********************************************************************* -->
 
-  <!-- Stanbol Enhancer infrastructure and required libraries-->
-  <startLevel level="20">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-  </startLevel>
-
-  <!-- FactStore
-  <startLevel level="20">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.factstore</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-  </startLevel> -->
-
-  <!-- Stanbol Web Fragments -->
-  <startLevel level="21">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-  </startLevel>
-  <!-- Benchmarks for the Stanbol Enhancer
-  <startLevel level="21">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-  </startLevel> -->
-
-  <!-- *********************************************************************
-          start level 25 TO 29 reserved for Stanbol plug-ins
-          (currently the Enhancement Engines)
-       ********************************************************************* -->
-
-  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
-  <startLevel level="25">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <!-- unstable
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.metaxa</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.autotagging</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle> -->
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <!--
-      The geonames.org webservice is often overloaded and than causes errors.
-      To use the api.geonames.org service users need to create a free account
-      and change the configuration.
-      Therefore this is deactivated in the stable launcher
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>     -->
-    <!-- Entity Tagging Engine (depends on the Entityhub) -->
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle>
     
-  </startLevel>
 
   <!-- *********************************************************************
           start level >= 30 are unused