You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/12/04 17:10:09 UTC

svn commit: r1417010 - in /stanbol/trunk: entityhub/bundlelist/ entityhub/pom.xml launchers/bundlelists/entityhub/pom.xml launchers/bundlelists/pom.xml launchers/full-war/pom.xml launchers/full/pom.xml launchers/stable/pom.xml

Author: fchrist
Date: Tue Dec  4 16:10:04 2012
New Revision: 1417010

URL: http://svn.apache.org/viewvc?rev=1417010&view=rev
Log:
STANBOL-806 Moved Entityhub bundlelist to /launchers/bundlelists/entityhub

Removed:
    stanbol/trunk/entityhub/bundlelist/
Modified:
    stanbol/trunk/entityhub/pom.xml
    stanbol/trunk/launchers/bundlelists/entityhub/pom.xml
    stanbol/trunk/launchers/bundlelists/pom.xml
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: stanbol/trunk/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/entityhub/pom.xml (original)
+++ stanbol/trunk/entityhub/pom.xml Tue Dec  4 16:10:04 2012
@@ -74,7 +74,6 @@
     <!-- Utils for createing local caches (indexing utils) -->
     <module>indexing</module>
     <module>defaults</module>
-    <module>bundlelist</module>
   </modules>
 
   <profiles>

Modified: stanbol/trunk/launchers/bundlelists/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/entityhub/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/entityhub/pom.xml Tue Dec  4 16:10:04 2012
@@ -14,14 +14,14 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
+    <artifactId>stanbol-parent</artifactId>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
   <version>0.11.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Dec  4 16:10:04 2012
@@ -68,6 +68,7 @@
 
     <!-- Components -->
     <module>cmsadapter</module>
+    <module>entityhub</module>
     <module>ontologymanager</module>
     <module>reasoners</module>
     <module>rules</module>

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Tue Dec  4 16:10:04 2012
@@ -186,7 +186,7 @@
     <!-- Stanbol Entityhub Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
       <version>0.11.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Tue Dec  4 16:10:04 2012
@@ -230,7 +230,7 @@
     <!-- Stanbol Entityhub Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
       <version>0.11.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1417010&r1=1417009&r2=1417010&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Tue Dec  4 16:10:04 2012
@@ -188,7 +188,7 @@
     <!-- Stanbol Entityhub Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
       <version>0.11.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>