Author: fchrist
Date: Tue Oct 9 00:26:43 2012
New Revision: 1395823
URL: http://svn.apache.org/viewvc?rev=1395823&view=rev
Log:
Fixing changes that were committet on accident. Now the stable launcher should
rely on the latest SNAPSHOTs again
Modified:
stanbol/trunk/launchers/stable/pom.xml
stanbol/trunk/launchers/stable/src/main/bundles/list.xml
Modified: stanbol/trunk/launchers/stable/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1395823&r1=1395822&r2=1395823&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Tue Oct 9 00:26:43 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-parent</artifactId>
- <version>1-incubating</version>
+ <version>2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
@@ -146,121 +146,53 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.base</artifactId>
<classifier>app</classifier>
- </dependency>
-
- <!-- OSGi Framemework Bundle List -->
- <dependency>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId>
- <version>0.9.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
-
- <!-- Stanbol Commons Bundle List
- <dependency>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId>
- <version>0.10.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
- -->
-
- <!-- Stanbol CMS Adapter Bundle List -->
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
- <type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
- <!-- Stanbol Contenthub Bundle List -->
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.contenthub.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
-
- <!-- Stanbol Data Bundle List
+ <!-- OSGi Framemework Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.data.bundlelists.defaultdata</artifactId>
- <version>0.9.0-incubating</version>
+
<artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId>
+ <version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
+ <!-- Stanbol Commons Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.data.bundlelists.opennlp</artifactId>
+
<artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
- -->
<!-- Stanbol Enhancer Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
-
- <!--
- Stanbol Entityhub Bundle List
- Can not use this bundlelist because it contains wrong
- -SNAPSHOT dependencies to the Entityhub artifacts. Therefore
- the Entityhub artifacts are listed in the src/main/bundles/list.xml
- file.
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
- <version>0.10.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
- -->
-
- <!-- Stanbol FactStore Bundle List -->
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.factstore.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
+ <version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
- <!-- Stanbol Ontology Manager Bundle List -->
+ <!-- Stanbol Data Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.ontologymanager.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
+ <artifactId>org.apache.stanbol.data.bundlelists.defaultdata</artifactId>
+ <version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
- <!-- Stanbol Rules Bundle List -->
+ <!-- Stanbol Entityhub Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.rules.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
- <type>partialbundlelist</type>
- <scope>provided</scope>
- </dependency>
-
- <!-- Stanbol Reasoners Bundle List -->
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.reasoners.bundlelist</artifactId>
- <version>0.9.0-incubating</version>
+ <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+ <version>0.11.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
</dependency>
</dependencies>
+
</project>
Modified: stanbol/trunk/launchers/stable/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/src/main/bundles/list.xml?rev=1395823&r1=1395822&r2=1395823&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/stable/src/main/bundles/list.xml Tue Oct 9
00:26:43 2012
@@ -16,506 +16,20 @@
limitations under the License.
-->
<!--
- List of initial bundles for the Stanbol Sling-based standalone
launcher.
- -->
+ List of initial bundles for the Stanbol Sling-based standalone launcher.
+ -->
<bundles>
<!-- General-purpose libraries -->
- <!-- Jersey -->
- <startLevel level="15">
- <bundle>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-client</artifactId>
- <version>1.12</version>
- </bundle>
- </startLevel>
-
- <!-- Stanbol Commons -->
- <startLevel level="17">
- <!-- The common web interface -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
<!-- *********************************************************************
start level 20 TO 24 reserved for Stanbol Framework
(Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments)
*********************************************************************
-->
- <!-- Stanbol Entityhub infrastructure and required libraries-->
- <startLevel level="20">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- Web Fragment -->
- <startLevel level="21">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- </startLevel>
- <!-- Default configuration for the Entityhub -->
- <startLevel level="22">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- </startLevel>
+
+
<!-- *********************************************************************
start level >= 30 are unused
*********************************************************************
-->
- <!-- COPY AND PASTE of stanbolcommons to get rid of unreleased deps -->
-
- <startLevel level="5">
- <!-- JDK Package Exporter -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.frameworkfragment</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- HTTP service and Http related Utilities -->
- <startLevel level="6">
- <!-- Allows to parse Http Headers as QueryParameter -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.httpqueryheaders
- </artifactId>
- <version>0.9.0-incubating</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.3.6</version>
- </bundle>
- <bundle>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.installer.factory.configuration
- </artifactId>
- <version>1.0.8</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.installer.bundleprovider
- </artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.installer.provider.file</artifactId>
- <version>1.0.2</version>
- </bundle>
- </startLevel>
-
- <!-- Sling launchpad -->
- <startLevel level="9">
- <bundle>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.launchpad.installer</artifactId>
- <version>1.1.2</version>
- </bundle>
- <bundle>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.launchpad.api</artifactId>
- <version>1.1.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-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.5</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>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.5</version>
- </bundle>
- <bundle>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.2.2</version>
- </bundle>
- <bundle>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore-osgi</artifactId>
- <version>4.2</version>
- </bundle>
- <bundle> <!-- Bundle for org.json -->
- <!-- this bundle was suggested in the release vote of felix.webconsole
4.0.0 -->
- <groupId>org.apache.geronimo.bundles</groupId>
- <artifactId>json</artifactId>
- <version>20090211_1</version>
- </bundle>
-<!-- not a bundle (need to be embedded)
- <bundle>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.1.2</version>
- </bundle> -->
- <bundle> <!-- only used by the Entityhub -->
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>1.6.2</version>
- </bundle>
- </startLevel>
-
- <!-- Jersey -->
- <startLevel level="14">
- <!-- 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.12</version>
- </bundle>
- <bundle>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-core-asl</artifactId>
- <version>1.9.7</version>
- </bundle>
- <bundle>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.9.7</version>
- </bundle>
- <bundle>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-jaxrs</artifactId>
- <version>1.9.7</version>
- </bundle>
- </startLevel>
- <startLevel level="15">
- <bundle>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-server</artifactId>
- <version>1.12</version>
- </bundle>
- <bundle>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-servlet</artifactId>
- <version>1.12</version>
- </bundle>
- <!-- needed to read data from mime multipart requests -->
- <bundle>
- <groupId>com.sun.jersey.contribs</groupId>
- <artifactId>jersey-multipart</artifactId>
- <version>1.12</version>
- </bundle>
- <!-- dependency of jersey-multipart -->
- <bundle>
- <groupId>org.jvnet</groupId>
- <artifactId>mimepull</artifactId>
- <version>1.4</version>
- </bundle>
- <bundle> <!-- used also for all the other JSON parsing/writing in Stanbol
-->
- <groupId>org.codehaus.jettison</groupId>
- <artifactId>jettison</artifactId>
- <version>1.3.1</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</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.utils</artifactId>
- <version>0.13-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>utils</artifactId>
- <version>0.1-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.ontologies</artifactId>
- <version>0.11-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.sparql</artifactId>
- <version>0.5-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.commons</artifactId>
- <version>0.5-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.facade</artifactId>
- <version>0.12-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza.ext</groupId>
- <artifactId>com.hp.hpl.jena.tdb</artifactId>
- <version>0.3-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza.ext</groupId>
- <artifactId>javax.mail</artifactId>
- <version>0.4-incubating</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</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.storage</artifactId>
- <version>0.5-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.tdb.storage</artifactId>
- <version>0.5-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.serializer</artifactId>
- <version>0.9-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.jena.parser</artifactId>
- <version>0.10-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.rdfjson</artifactId>
- <version>0.3-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.clerezza.ext</groupId>
- <artifactId>org.json.simple</artifactId>
- <version>0.3-incubating</version>
- </bundle>
- <!--
- Add support for fast index based in-memory models
- -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.9.0-incubating</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.commons.stanboltools.offline
- </artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <!-- DataFileProvider and implementations -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider
- </artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle
- </artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <!-- OWL libraries and utilities -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.owl</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <!-- support for JSON-LD -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <!-- Support for Jobs -->
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.jobs.api</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.jobs.web</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- OpenNLP as bundle + utilities -->
- <startLevel level="17">
- <bundle>
- <groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-maxent</artifactId>
- <version>3.0.2-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-tools</artifactId>
- <version>1.5.2-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- Apache Solr as bundle + utilities -->
- <startLevel level="17">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr.install</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr.web</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
- <startLevel level="18">
- <bundle> <!-- defualt config for Solr -->
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.solr.defaults</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- The common web interface -->
- <startLevel level="17">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.web.base</artifactId>
- <version>0.10.0-incubating</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.web.home</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
- <!-- LD Path -->
- <startLevel level="17">
- <bundle> <!-- LD Path -->
- <groupId>at.newmedialab.ldpath</groupId>
- <artifactId>ldpath-api</artifactId>
- <version>0.9.5</version>
- </bundle>
- <bundle>
- <groupId>at.newmedialab.ldpath</groupId>
- <artifactId>ldpath-core-bundle</artifactId>
- <version>0.9.5</version>
- </bundle>
- <bundle>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId>
- <version>0.9.0-incubating</version>
- </bundle>
- </startLevel>
-
-
</bundles>