Author: alexdma
Date: Tue Feb  7 11:29:31 2012
New Revision: 1241427

URL: http://svn.apache.org/viewvc?rev=1241427&view=rev
Log:
Changed references of stanbol.owl to stanbol.commons.owl, hope I got them all 
(STANBOL-463) (TODO rename java package and its imports across Stanbol)

Modified:
    incubator/stanbol/trunk/commons/jobs/api/pom.xml
    incubator/stanbol/trunk/commons/owl/pom.xml
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
    
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
    incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
    incubator/stanbol/trunk/ontologymanager/registry/pom.xml
    incubator/stanbol/trunk/ontologymanager/web/pom.xml
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/pom.xml
    incubator/stanbol/trunk/reasoners/owlapi/pom.xml
    incubator/stanbol/trunk/reasoners/owllink/pom.xml
    incubator/stanbol/trunk/reasoners/web/pom.xml
    incubator/stanbol/trunk/reengineer/base/pom.xml
    incubator/stanbol/trunk/reengineer/db/pom.xml
    incubator/stanbol/trunk/reengineer/web/pom.xml
    incubator/stanbol/trunk/reengineer/xml/pom.xml
    incubator/stanbol/trunk/rules/base/pom.xml
    incubator/stanbol/trunk/rules/manager/pom.xml
    incubator/stanbol/trunk/rules/refactor/pom.xml
    incubator/stanbol/trunk/rules/web/pom.xml

Modified: incubator/stanbol/trunk/commons/jobs/api/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jobs/api/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jobs/api/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jobs/api/pom.xml Tue Feb  7 11:29:31 2012
@@ -95,10 +95,6 @@
                </dependency>
 
                <!-- Stanbol dependencies -->
-               <!-- dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
-               </dependency -->
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>

Modified: incubator/stanbol/trunk/commons/owl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/owl/pom.xml (original)
+++ incubator/stanbol/trunk/commons/owl/pom.xml Tue Feb  7 11:29:31 2012
@@ -24,11 +24,11 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>0.9.0-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.owl</artifactId>
+  <artifactId>org.apache.stanbol.commons.owl</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol OWL libraries</name>

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Tue Feb  7 11:29:31 2012
@@ -54,6 +54,7 @@
     <module>solr/managed</module>
     <module>solr/web</module>
     <module>solr/install</module>
+    <module>owl</module>
     <module>indexedgraph</module>
     <module>ldpath/clerezza</module>
     <!-- not in a stable state right now 

Modified: incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml Tue Feb  7 
11:29:31 2012
@@ -138,7 +138,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.owl</artifactId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
       <scope>provided</scope>
       <version>0.9.0-incubating-SNAPSHOT</version>
     </dependency>

Modified: 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
 (original)
+++ 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
 Tue Feb  7 11:29:31 2012
@@ -325,6 +325,12 @@
       <artifactId>org.apache.stanbol.commons.solr.web</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>
     </bundle>
+    <!-- OWL libraries and utilities -->
+    <bundle>
+         <groupId>org.apache.stanbol</groupId>
+         <artifactId>org.apache.stanbol.commons.owl</artifactId>
+         <version>0.9.0-incubating-SNAPSHOT</version>
+       </bundle>
     <!-- support for JSON-LD -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml 
(original)
+++ incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml Tue 
Feb  7 11:29:31 2012
@@ -71,7 +71,7 @@
   <startLevel level="22">
                <bundle>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                        <version>0.9.0-incubating-SNAPSHOT</version>
          </bundle>
   </startLevel>

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=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Tue Feb  7 
11:29:31 2012
@@ -57,21 +57,6 @@
   </startLevel>
 
   <!-- *********************************************************************
-          start level 20 TO 24 reserved for Stanbol Framework
-          (Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments)
-       ********************************************************************* 
-->
-
-  <!-- OWL utils -->
-  <!-- FIXME This should be moved to stanbol.commons -->
-  <startLevel level="22">
-               <bundle>
-                       <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
-                       <version>0.9.0-incubating-SNAPSHOT</version>
-         </bundle>
-  </startLevel>
-
-  <!-- *********************************************************************
           start level 25 TO 29 reserved for Stanbol plug-ins
           (currently the Enhancement Engines)
        ********************************************************************* 
-->

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml Tue Feb  7 11:29:31 
2012
@@ -111,11 +111,8 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
-               <!-- Stanbol Persistence sotre -->
-               <!--dependency> <groupId>org.apache.stanbol</groupId> 
<artifactId>org.apache.stanbol.ontologymanager.store.api</artifactId> 
-                       </dependency -->
 
                <!-- Persistence deps -->
                <dependency>

Modified: incubator/stanbol/trunk/ontologymanager/registry/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/registry/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/registry/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/registry/pom.xml Tue Feb  7 
11:29:31 2012
@@ -103,7 +103,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
                
                <!-- Persistence deps -->

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Tue Feb  7 11:29:31 2012
@@ -191,7 +191,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.owl</artifactId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
     </dependency>
 
     <dependency>

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Tue Feb  7 11:29:31 2012
@@ -609,7 +609,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.owl</artifactId>
+        <artifactId>org.apache.stanbol.commons.owl</artifactId>
         <version>0.9.0-incubating-SNAPSHOT</version>
       </dependency>
 

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Feb  7 11:29:31 2012
@@ -77,7 +77,6 @@
     <module>ontologymanager/registry</module>
     <module>ontologymanager/web</module>
     <module>ontologymanager/bundlelist</module>
-    <module>owl</module>
     <module>rules</module>
   </modules>
 
@@ -158,7 +157,7 @@
                 <!-- approved licenses, see modules' POMs for details -->
                 
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
                 
<exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
-                <exclude>owl/**</exclude>
+                <exclude>commons/owl/**</exclude>
 
                 <!-- unstable and not release relevant stuff -->
                 <exclude>PLAYGROUND.txt</exclude>
@@ -166,7 +165,6 @@
                 <exclude>enhancer/data/text-examples/**</exclude>
                 <exclude>enhancer/query-rendering/**</exclude>
                 <exclude>enhancer/stores/**</exclude>
-                <exclude>explanation/**</exclude>
                 <exclude>demos/**</exclude>
                 <exclude>launchers/kres/**</exclude>
                 <exclude>reasoners/**</exclude>

Modified: incubator/stanbol/trunk/reasoners/owlapi/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/owlapi/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/owlapi/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/owlapi/pom.xml Tue Feb  7 11:29:31 2012
@@ -86,7 +86,7 @@
                <!-- Stanbol dependencies -->
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/reasoners/owllink/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/owllink/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/owllink/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/owllink/pom.xml Tue Feb  7 11:29:31 2012
@@ -57,7 +57,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-         <artifactId>org.apache.stanbol.owl</artifactId>
+         <artifactId>org.apache.stanbol.commons.owl</artifactId>
     </dependency>
     <dependency>
                <groupId>com.sun.org.apache</groupId>

Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Tue Feb  7 11:29:31 2012
@@ -219,7 +219,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.owl</artifactId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
     </dependency>
     
     <dependency>

Modified: incubator/stanbol/trunk/reengineer/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/base/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/base/pom.xml Tue Feb  7 11:29:31 2012
@@ -105,7 +105,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.owl</artifactId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
     </dependency>
   
   </dependencies>

Modified: incubator/stanbol/trunk/reengineer/db/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/db/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/db/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/db/pom.xml Tue Feb  7 11:29:31 2012
@@ -97,7 +97,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/reengineer/web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/web/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/web/pom.xml Tue Feb  7 11:29:31 2012
@@ -207,7 +207,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.owl</artifactId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/reengineer/xml/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/xml/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/xml/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/xml/pom.xml Tue Feb  7 11:29:31 2012
@@ -102,7 +102,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/base/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/rules/base/pom.xml Tue Feb  7 11:29:31 2012
@@ -74,7 +74,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
 
                <!-- Testing deps -->

Modified: incubator/stanbol/trunk/rules/manager/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/rules/manager/pom.xml Tue Feb  7 11:29:31 2012
@@ -84,7 +84,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
 
                <!-- Persistence deps -->

Modified: incubator/stanbol/trunk/rules/refactor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/rules/refactor/pom.xml Tue Feb  7 11:29:31 2012
@@ -110,7 +110,7 @@
                <!-- Stanbol deps -->
                <dependency>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.owl</artifactId>
+                       <artifactId>org.apache.stanbol.commons.owl</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/web/pom.xml?rev=1241427&r1=1241426&r2=1241427&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/web/pom.xml (original)
+++ incubator/stanbol/trunk/rules/web/pom.xml Tue Feb  7 11:29:31 2012
@@ -163,7 +163,7 @@
          </dependency>
          <dependency>
                  <groupId>org.apache.stanbol</groupId>
-                 <artifactId>org.apache.stanbol.owl</artifactId>
+                 <artifactId>org.apache.stanbol.commons.owl</artifactId>
          </dependency>
          <dependency>
                  <groupId>com.hp.hpl.jena</groupId>


Reply via email to