Author: suat
Date: Tue Oct 4 12:22:55 2011
New Revision: 1178767
URL: http://svn.apache.org/viewvc?rev=1178767&view=rev
Log:
STANBOL-338:
-Added new bundles of Contenthub to full launcher
-Added entry for contenthub itself to reactor pom
Modified:
incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
incubator/stanbol/trunk/pom.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=1178767&r1=1178766&r2=1178767&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Tue Oct 4
12:22:55 2011
@@ -498,11 +498,6 @@
</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.entityhub.jersey</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
@@ -644,6 +639,51 @@
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
</startLevel>
+
+ <!-- Contenthub -->
+ <startLevel level="23">
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.contenthub.core</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.contenthub.search.engines.solr</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.contenthub.search.engines.ontologyresource</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.contenthub.search.engines.enhancer</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.contenthub.helper.cnn</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.contenthub.enhancementlistener
+ </artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ </bundle>
+ </startLevel>
<!-- *********************************************************************
start level 25 TO 29 reserved for Stanbol plug-ins
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1178767&r1=1178766&r2=1178767&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Oct 4 12:22:55 2011
@@ -64,7 +64,7 @@
<module>enhancer/jersey</module>
<module>enhancer/benchmark</module>
-<!-- <module>contenthub/web</module> -->
+ <module>contenthub</module>
<module>ontologymanager/ontonet</module>
<module>ontologymanager/registry</module>
<module>ontologymanager/web</module>