Author: alexdma
Date: Fri Sep 30 11:43:49 2011
New Revision: 1177615
URL: http://svn.apache.org/viewvc?rev=1177615&view=rev
Log:
Cleaned up kres launcher to contain only the ontologymanager, reasoners, rules
and reengineer modules and their dependencies (STANBOL-139)
Modified:
incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
Modified: incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml?rev=1177615&r1=1177614&r2=1177615&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Fri Sep 30
11:43:49 2011
@@ -1,9 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!--
- List of initial bundles for the Stanbol Enhancer Sling-based
standalone launcher.
- -->
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- List of initial bundles for the Stanbol Sling-based standalone launcher.
-->
<bundles>
+ <!-- *********************************************************************
+ start level < 10 reserved for OSGI and Sling Infrastructure
+ *********************************************************************
-->
+
<!-- OSGi infrastructure -->
<startLevel level="5">
<bundle>
@@ -19,7 +38,7 @@
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
@@ -29,7 +48,7 @@
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.2.4</version>
+ <version>1.2.8</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
@@ -37,27 +56,53 @@
<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>
+ <version>2.2.0</version>
</bundle>
<bundle>
- <groupId>org.osgi</groupId>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>4.1.0</version>
+ <version>1.4.0</version>
+ </bundle>
+ </startLevel>
+
+ <!-- Sling installer and Stanbol extensions -->
+ <startLevel level="8">
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.installer.core</artifactId>
+ <version>3.2.0</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.installer.factory.configuration
+ </artifactId>
+ <version>1.0.0</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.commons.installer.bundleprovider
+ </artifactId>
+ <version>0.9.0-incubating-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">
+ <startLevel level="9">
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
- <version>3.1.2</version>
+ <version>3.1.8</version>
</bundle>
<bundle>
<groupId>org.apache.felix</groupId>
@@ -66,121 +111,63 @@
<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.2.0</version>
- </bundle>
- <bundle>
- <groupId>org.apache.sling</groupId>
-
<artifactId>org.apache.sling.installer.factory.configuration</artifactId>
- <version>1.0.0</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>
- <bundle>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
+
+ <!-- Sling launchpad -->
+ <startLevel level="9">
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.launchpad.installer</artifactId>
+ <version>1.0.0</version>
</bundle>
- <bundle>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.5</version>
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.launchpad.api</artifactId>
+ <version>1.0.0</version>
+ </bundle>
+ </startLevel>
+
+ <!--
*********************************************************************
+ start level 10 TO 19 reserved for required libraries
+ (internal and external)
+ *********************************************************************
-->
+
+ <!-- General-purpose libraries -->
+ <startLevel level="10">
+ <bundle>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.2</version>
</bundle>
<bundle>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.2.2</version>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
</bundle>
<bundle>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>1.6.2</version>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore-osgi</artifactId>
+ <version>4.0.1</version>
</bundle>
<bundle>
- <groupId>eu.medsea.mimeutil</groupId>
- <artifactId>mime-util</artifactId>
- <version>2.1.3</version>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.5</version>
</bundle>
- </startLevel>
+ </startLevel>
- <!-- JAX-RS -->
- <startLevel level="5">
+ <!-- Jersey -->
+ <startLevel level="14">
<!--
- WARNING: jersey-core bug, must start before jersey-server to avoid
jersey spi class not found errors.
- Restart jersey-server manually if getting those.
+ 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>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.7</version>
</bundle>
- </startLevel>
-
- <!-- Jersey -->
+ </startLevel>
<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>
@@ -198,320 +185,147 @@
<artifactId>mimepull</artifactId>
<version>1.4</version>
</bundle>
- <!--
- <bundle>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.1</version>
- </bundle>
- -->
- <bundle>
+ <bundle> <!-- used also for all the other JSON parsing/writing in Stanbol
-->
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.3</version>
</bundle>
</startLevel>
-
- <!-- Stanbol Enhancer infrastructure and required libraries-->
- <startLevel level="12">
- <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.standalone</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.jobmanager</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- </startLevel>
-
- <!-- Clerezza storage and sparql infrastructure -->
- <startLevel level="16">
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.core</artifactId>
- <version>0.12-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.utils</artifactId>
- <version>0.13-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>utils</artifactId>
- <version>0.1-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.ontologies</artifactId>
- <version>0.11-incubating-SNAPSHOT</version>
- </bundle>
- <!--
- <bundle> <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.simple.storage</artifactId>
- <version>0.7-incubating-SNAPSHOT</version> </bundle>
- -->
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.sparql</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.commons</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>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>rdf.jena.storage</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.tdb.storage</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.serializer</artifactId>
- <version>0.9-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.parser</artifactId>
- <version>0.10-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>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.0-incubating-SNAPSHOT</version>
- </bundle>
- </startLevel>
-
- <!-- Additional Clerezza serializers -->
-
- <startLevel level="17">
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>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.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.web.base</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.web.home</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
- <version>0.9.0-incubating-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.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.contenthub.web</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <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.benchmark</artifactId>
- <version>0.9.0-incubating-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.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.data.opennlp.ner.en</artifactId>
- <version>1.0.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
- <version>1.0.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.data.sites.dbpedia.default</artifactId>
- <version>1.0.2-incubating</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 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.0-incubating-SNAPSHOT</version>
- </bundle>
- <!-- Entity Tagging Engine based on Entityhub -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- </startLevel>
-
- <!-- Entityhub infrastructure and required libraries-->
+
+ <!-- Clerezza storage and sparql infrastructure -->
<startLevel level="16">
<bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.core</artifactId>
+ <version>0.12-incubating-SNAPSHOT</version>
</bundle>
<bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.utils</artifactId>
+ <version>0.13-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>utils</artifactId>
+ <version>0.1-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.ontologies</artifactId>
+ <version>0.11-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.jena.sparql</artifactId>
+ <version>0.5-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.jena.commons</artifactId>
+ <version>0.5-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>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>rdf.jena.storage</artifactId>
+ <version>0.5-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.jena.tdb.storage</artifactId>
+ <version>0.5-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.jena.serializer</artifactId>
+ <version>0.9-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.jena.parser</artifactId>
+ <version>0.10-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>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>
+
+ <!-- Stanbol Commons -->
+ <startLevel level="17">
+ <!-- Allows to run Stanbol in offline mode -->
+ <bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
+ <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
+ <!-- DataFileProvider and implementations -->
<bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
+
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
<bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
+
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
+ <!-- support for JSON-LD -->
<bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
+ <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
+ <!-- The common web interface -->
<bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.core</artifactId>
+ <artifactId>org.apache.stanbol.commons.web.base</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
<bundle>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
+ <artifactId>org.apache.stanbol.commons.web.home</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
</startLevel>
- <startLevel level="20">
+ <!-- *********************************************************************
+ start level 20 TO 24 reserved for Stanbol Framework
+ (Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments)
+ *********************************************************************
-->
+
+ <!-- Stanbol knowledge management infrastructure -->
+ <startLevel level="20">
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.owl</artifactId>
@@ -557,13 +371,8 @@
<artifactId>org.apache.stanbol.reengineer.base</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
- <!--
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.reengineer.xerces</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- -->
+ <!-- <bundle> <groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.reengineer.xerces</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version> </bundle>
-->
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.rules.base</artifactId>
@@ -579,9 +388,9 @@
<artifactId>org.apache.stanbol.rules.refactor</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
- </startLevel>
-
- <startLevel level="28">
+ </startLevel>
+
+ <startLevel level="28">
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.reengineer.db</artifactId>
@@ -592,19 +401,9 @@
<artifactId>org.apache.stanbol.reengineer.xml</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
- </startLevel>
-
- <!--
- <startLevel level="29">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.kres.jersey</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- </startLevel>
- -->
-
- <startLevel level="30">
+ </startLevel>
+
+ <startLevel level="30">
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.ontologymanager.web</artifactId>
@@ -625,45 +424,6 @@
<artifactId>org.apache.stanbol.rules.web</artifactId>
<version>0.9.0-incubating-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.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena
- </artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena.tdb
- </artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.stores.persistencestore.adapter
- </artifactId>
- <version>0.9.0-incubating-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>-->
+ </startLevel>
</bundles>