Author: fchrist
Date: Thu Jun 16 16:22:11 2011
New Revision: 1136527

URL: http://svn.apache.org/viewvc?rev=1136527&view=rev
Log:
Reformatted bundle list to make it more readable

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

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1136527&r1=1136526&r2=1136527&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Thu Jun 16 
16:22:11 2011
@@ -1,143 +1,161 @@
 <?xml version="1.0" encoding="UTF-8"?>
-       <!--
-               List of initial bundles for the Stanbol Enhancer Sling-based 
standalone launcher.
+  <!--
+               List of initial bundles for the Stanbol Sling-based standalone 
launcher.
        -->
 <bundles>
 
-       <!-- OSGi infrastructure -->
-       <startLevel level="5">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.frameworkfragment</artifactId>
-                       <version>0.9.0-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.sling</groupId>
-                       <artifactId>org.apache.sling.commons.log</artifactId>
-                       <version>2.1.2</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.2.0</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.scr</artifactId>
-                       <version>1.6.0</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.configadmin</artifactId>
-                       <version>1.2.4</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.metatype</artifactId>
-                       <version>1.0.4</version>
-               </bundle>
-       </startLevel>
-    
-       <!-- HTTP service -->
-       <startLevel level="5">
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       
<artifactId>org.apache.felix.http.whiteboard</artifactId>
-                       <version>2.0.4</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-                       <version>4.1.0</version>
-               </bundle>
-       </startLevel>
-
-       <!-- Felix web console and plugins -->
-       <startLevel level="10">
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.webconsole</artifactId>
-                       <version>3.1.2</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.felix</groupId>
-                       
<artifactId>org.apache.felix.webconsole.plugins.memoryusage
+  <!-- OSGi infrastructure -->
+  <startLevel level="5">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.frameworkfragment</artifactId>
+      <version>0.9.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.log</artifactId>
+      <version>2.1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.2.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr</artifactId>
+      <version>1.6.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.configadmin</artifactId>
+      <version>1.2.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.metatype</artifactId>
+      <version>1.0.4</version>
+    </bundle>
+  </startLevel>
+
+  <!-- HTTP service -->
+  <startLevel level="5">
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.http.whiteboard</artifactId>
+      <version>2.0.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>4.1.0</version>
+    </bundle>
+  </startLevel>
+  
+  <!-- JAX-RS -->
+  <startLevel level="5">
+    <!--
+      WARNING: jersey-core bug, must start before jersey-server to avoid 
jersey spi class not found errors.
+      Restart jersey-server manually if getting those.
+    -->
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <version>1.7</version>
+    </bundle>
+  </startLevel>  
+  
+  <!-- Sling installer and Stanbol extensions -->
+  <startLevel level="9">
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.core</artifactId>
+      <version>3.1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <!--
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.provider.file</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    -->
+  </startLevel>
+
+  <!-- Felix web console and plugins -->
+  <startLevel level="10">
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole</artifactId>
+      <version>3.1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.memoryusage
                        </artifactId>
-                       <version>1.0.2</version>
-               </bundle>
-       </startLevel>
-    
-    <!-- Sling installer and Stanbol extensions -->
-    <startLevel level="9">
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.1.2</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.stanbol</groupId>
-            
<artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId>
-            <version>0.9-SNAPSHOT</version>
-        </bundle>
-<!--           <bundle>
-                   <groupId>org.apache.sling</groupId>
-                   
<artifactId>org.apache.sling.installer.provider.file</artifactId>
-                   <version>1.0.0</version>
-               </bundle>  -->
-    </startLevel>
-    <!-- Sling launchpad -->
-    <startLevel level="10">
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.launchpad.installer</artifactId>
-            <version>1.0.0</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.launchpad.api</artifactId>
-            <version>1.0.0</version>
-        </bundle>
-    </startLevel>
-
-       <!-- General-purpose libraries -->
-       <startLevel level="10">
-               <bundle>
-                       <groupId>commons-cli</groupId>
-                       <artifactId>commons-cli</artifactId>
-                       <version>1.2</version>
-               </bundle>
-               <bundle>
-                       <groupId>commons-lang</groupId>
-                       <artifactId>commons-lang</artifactId>
-                       <version>2.4</version>
-               </bundle>
-               <bundle>
-                       <groupId>commons-collections</groupId>
-                       <artifactId>commons-collections</artifactId>
-                       <version>3.2.1</version>
-               </bundle>
-               <bundle>
-                       <groupId>commons-io</groupId>
-                       <artifactId>commons-io</artifactId>
-                       <version>1.4</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-compress</artifactId>
-                       <version>1.0</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.httpcomponents</groupId>
-                       <artifactId>httpcore-osgi</artifactId>
-                       <version>4.0.1</version>
-               </bundle>
-               <!-- not a bundle 
-               <bundle>
-               <groupId>commons-httpclient</groupId>
-               <artifactId>commons-httpclient</artifactId>
-               <version>3.1</version>
-               </bundle> -->
-       <bundle>
+      <version>1.0.2</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Sling launchpad -->
+  <startLevel level="10">
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.launchpad.installer</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.launchpad.api</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+  </startLevel>
+
+  <!-- General-purpose libraries -->
+  <startLevel level="10">
+    <bundle>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.4</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore-osgi</artifactId>
+      <version>4.0.1</version>
+    </bundle>
+    <!--
+      not a bundle
+      <bundle>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.1</version>
+      </bundle>
+    -->
+    <bundle>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.4</version>
@@ -145,300 +163,90 @@
     <bundle>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.2.2</version>    
+      <version>1.2.2</version>
+    </bundle>
+    <bundle>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>1.6.2</version>
     </bundle>
     <bundle>
-        <groupId>joda-time</groupId>
-        <artifactId>joda-time</artifactId>
-        <version>1.6.2</version>
-    </bundle>
-               <bundle>
-               <groupId>eu.medsea.mimeutil</groupId>
-               <artifactId>mime-util</artifactId>
-               <version>2.1.3</version>
-       </bundle>
-       </startLevel>
-
-       <!-- JAX-RS -->
-       <startLevel level="5">
-               <!--
-                       WARNING: jersey-core bug, must start before 
jersey-server to avoid
-                       jersey spi class not found errors. Restart 
jersey-server manually if
-                       getting those.
-               -->
-               <bundle>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-core</artifactId>
-                       <version>1.7</version>
-               </bundle>
-       </startLevel>
-    
-    <!-- Jersey -->
-       <startLevel level="15">
-<!-- is now included and exported by jersey-core
-               <bundle>
-                       <groupId>javax.ws.rs</groupId>
-                       <artifactId>jsr311-api</artifactId>
-                       <version>1.1.1</version>
-               </bundle>  -->
-               <bundle>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-server</artifactId>
-                       <version>1.7</version>
-               </bundle>
-               <!-- needed to read data from mime multipart requests -->
-               <bundle>
-            <groupId>com.sun.jersey.contribs</groupId>
-            <artifactId>jersey-multipart</artifactId>
-            <version>1.7</version>
-        </bundle>
-        <bundle> <!--  dependency of jersey-multipart -->
-            <groupId>org.jvnet</groupId>
-            <artifactId>mimepull</artifactId>
-            <version>1.4</version>
-        </bundle>
-<!--  <bundle>
-    <groupId>javax.mail</groupId>
-    <artifactId>mail</artifactId>
-    <version>1.4.1</version>
-</bundle> -->
-               <bundle>
-                       <groupId>org.codehaus.jettison</groupId>
-                       <artifactId>jettison</artifactId>
-                       <version>1.3</version>
-               </bundle>
-       </startLevel>
-    
-       <!-- Stanbol Enhancer infrastructure and required libraries-->
-       <startLevel level="15">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.jobmanager</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-        <bundle>
-            <groupId>org.apache.stanbol</groupId>
-            
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
-            <version>0.9-SNAPSHOT</version>
-        </bundle>
-       </startLevel>
-
-       <!-- Clerezza storage and sparql infrastructure -->
-       <startLevel level="16">
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>org.apache.clerezza.rdf.core</artifactId>
-                       <version>0.12-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>org.apache.clerezza.rdf.utils</artifactId>
-                       <version>0.13-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>org.apache.clerezza.utils</artifactId>
-                       <version>0.1-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.ontologies</artifactId>
-                       <version>0.11-incubating-SNAPSHOT</version>
-               </bundle>
-               <!--
-                       <bundle> <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
-                       <version>0.7-incubating-SNAPSHOT</version> </bundle>
-               -->
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
-                       <version>0.5-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.commons</artifactId>
-                       <version>0.5-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.facade</artifactId>
-                       <version>0.12-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza.ext</groupId>
-                       <artifactId>com.hp.hpl.jena.tdb</artifactId>
-                       <version>0.3-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza.ext</groupId>
-                       <artifactId>javax.mail</artifactId>
-                       <version>0.4-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.wymiwyg</groupId>
-                       <artifactId>wymiwyg-commons-core</artifactId>
-                       <version>0.7.5</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza.ext</groupId>
-                       <artifactId>com.ibm.icu</artifactId>
-                       <version>0.5-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.storage</artifactId>
-                       <version>0.5-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.tdb.storage</artifactId>
-                       <version>0.5-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
-                       <version>0.9-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
-                       <version>0.10-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
-                       <version>0.3-incubating-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.clerezza.ext</groupId>
-                       <artifactId>org.json.simple</artifactId>
-                       <version>0.3-incubating-SNAPSHOT</version>
-               </bundle>
-       </startLevel>
-
-       <!-- Clerezza SPARQL query engine -->
-       <startLevel level="17">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.clerezza.sparql</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-       </startLevel>
-
-       <!-- Additional Clerezza serializers -->
-
-       <startLevel level="17">
-               <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       
<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
-                       <version>0.9-incubating-SNAPSHOT</version>
-               </bundle>
-    <bundle>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
-        <version>0.9-SNAPSHOT</version>
-    </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.commons.web.base</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.commons.web.home</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-       </startLevel>
-
-       <!-- Stanbol Enhancer plug-ins -->
-       <startLevel level="20">
-        <bundle> <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
-                       <version>0.9-SNAPSHOT</version> 
-        </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.contenthub.web</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                   <groupId>org.apache.stanbol</groupId>
-                   
<artifactId>org.apache.stanbol.enhancer.engines.metaxa</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-       </startLevel>
-
-       <!-- Stanbol Enhancer Enhancement Engines -->
-       <startLevel level="30">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engines.autotagging</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.defaultdata</artifactId>
-                       <version>0.0.1</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <!--
-                       The geonames.org LocationEnhancement Engines needs two 
additional
-                       bundles 1) jettyjson 2) commons-io. Both of them are 
already
-                       present in the bundle list.
-               -->
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-        <!-- Entity Tagging Engine based on RICK -->
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-       </startLevel>
-    
+      <groupId>eu.medsea.mimeutil</groupId>
+      <artifactId>mime-util</artifactId>
+      <version>2.1.3</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Jersey -->
+  <startLevel level="15">
+    <!--
+      is now included and exported by jersey-core
+      <bundle>
+        <groupId>javax.ws.rs</groupId>
+        <artifactId>jsr311-api</artifactId>
+        <version>1.1.1</version>
+      </bundle>
+    -->
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <version>1.7</version>
+    </bundle>
+    <!-- needed to read data from mime multipart requests -->
+    <bundle>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-multipart</artifactId>
+      <version>1.7</version>
+    </bundle>
+    <!--  dependency of jersey-multipart -->
+    <bundle>
+      <groupId>org.jvnet</groupId>
+      <artifactId>mimepull</artifactId>
+      <version>1.4</version>
+    </bundle>
+    <!--
+    <bundle>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1</version>
+    </bundle>
+    -->
+    <bundle>
+      <groupId>org.codehaus.jettison</groupId>
+      <artifactId>jettison</artifactId>
+      <version>1.3</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Stanbol Enhancer infrastructure and required libraries-->
+  <startLevel level="15">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.jobmanager</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
   <!-- RICK infrastructure and required libraries-->
   <startLevel level="15">
     <bundle>
@@ -480,48 +288,252 @@
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
-         <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
-         <version>0.9-SNAPSHOT</version>
+      <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>  
+
+  <!-- Clerezza storage and sparql infrastructure -->
+  <startLevel level="16">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <version>0.12-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <version>0.13-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.utils</artifactId>
+      <version>0.1-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.ontologies</artifactId>
+      <version>0.11-incubating-SNAPSHOT</version>
+    </bundle>
+    <!--
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+      <version>0.7-incubating-SNAPSHOT</version>
+    </bundle>
+    -->
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
+      <version>0.5-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.commons</artifactId>
+      <version>0.5-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.facade</artifactId>
+      <version>0.12-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>com.hp.hpl.jena.tdb</artifactId>
+      <version>0.3-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>javax.mail</artifactId>
+      <version>0.4-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.wymiwyg</groupId>
+      <artifactId>wymiwyg-commons-core</artifactId>
+      <version>0.7.5</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>com.ibm.icu</artifactId>
+      <version>0.5-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.storage</artifactId>
+      <version>0.5-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.tdb.storage</artifactId>
+      <version>0.5-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <version>0.9-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <version>0.10-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+      <version>0.3-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>org.json.simple</artifactId>
+      <version>0.3-incubating-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Clerezza SPARQL query engine -->
+  <startLevel level="17">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.clerezza.sparql</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Additional Clerezza serializers -->
+  <startLevel level="17">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <version>0.9-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.base</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.home</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!-- Stanbol Enhancer plug-ins -->
+  <startLevel level="20">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.web</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.metaxa</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
+      <version>0.9-SNAPSHOT</version>
     </bundle>
   </startLevel>
-    
-       <!-- Persistence Store Bundles-->
-       <!--  <startLevel level="25">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore
+
+  <!-- Stanbol Enhancer Enhancement Engines -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.autotagging</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.defaultdata</artifactId>
+      <version>0.0.1</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <!--
+      The geonames.org LocationEnhancement Engines needs two additional 
bundles 1) jettyjson 2) commons-io.
+      Both of them are already present in the bundle list.
+    -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <!-- Entity Tagging Engine based on RICK -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+
+
+  <!-- Persistence Store Bundles
+  <startLevel level="25">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore
                        </artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena
                        </artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena.tdb
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena.tdb
                        </artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.adapter
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.adapter
                        </artifactId>
-                       <version>0.9-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.semanticweb.owlapi.owllink</artifactId>
-                       <version>1.0.2-SNAPSHOT</version>
-               </bundle>
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.semanticweb.owlapi</artifactId>
-                       <version>3.0.0-SNAPSHOT</version>
-               </bundle>
-
-       </startLevel>-->
-
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.semanticweb.owlapi.owllink</artifactId>
+      <version>1.0.2-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.semanticweb.owlapi</artifactId>
+      <version>3.0.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  -->
+  
 </bundles>


Reply via email to