You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/31 13:55:42 UTC

svn commit: r1087263 - in /incubator/stanbol/trunk/kres: ontologymanager/pom.xml reasoners/pom.xml reengineer/pom.xml rules/pom.xml

Author: concelvio
Date: Thu Mar 31 11:55:42 2011
New Revision: 1087263

URL: http://svn.apache.org/viewvc?rev=1087263&view=rev
Log:
STANBOL-133:
- modify module from owlapi to owl in pom.xml reactors of: reengineer, rules, reasoners, ontologymanager

Modified:
    incubator/stanbol/trunk/kres/ontologymanager/pom.xml
    incubator/stanbol/trunk/kres/reasoners/pom.xml
    incubator/stanbol/trunk/kres/reengineer/pom.xml
    incubator/stanbol/trunk/kres/rules/pom.xml

Modified: incubator/stanbol/trunk/kres/ontologymanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/pom.xml?rev=1087263&r1=1087262&r2=1087263&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/pom.xml Thu Mar 31 11:55:42 2011
@@ -41,7 +41,7 @@
 
   <modules>
     <module>../jersey</module>   
-    <module>../owlapi</module>  
+    <module>../owl</module>  
     <module>ontonet</module>    
     <module>web</module>
   </modules>

Modified: incubator/stanbol/trunk/kres/reasoners/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reasoners/pom.xml?rev=1087263&r1=1087262&r2=1087263&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reasoners/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reasoners/pom.xml Thu Mar 31 11:55:42 2011
@@ -42,7 +42,7 @@
   <modules>
     <module>../jersey</module>   
     <module>../ontologymanager/ontonet</module>
-    <module>../owlapi</module>  
+    <module>../owl</module>  
     <module>../rules/base</module>  
     <module>../rules/manager</module> 
     <module>base</module>      

Modified: incubator/stanbol/trunk/kres/reengineer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/pom.xml?rev=1087263&r1=1087262&r2=1087263&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/pom.xml Thu Mar 31 11:55:42 2011
@@ -42,7 +42,7 @@
   <modules>
     <module>../jersey</module>
     <module>../ontologymanager/ontonet</module>    
-    <module>../owlapi</module>
+    <module>../owl</module>
     <module>base</module>      
     <module>db</module>   
     <module>mysql</module>    

Modified: incubator/stanbol/trunk/kres/rules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/pom.xml?rev=1087263&r1=1087262&r2=1087263&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/pom.xml Thu Mar 31 11:55:42 2011
@@ -42,7 +42,7 @@
   <modules>
     <module>../jersey</module>    
     <module>../ontologymanager/ontonet</module>   
-    <module>../owlapi</module>  
+    <module>../owl</module>  
     <module>base</module>      
     <module>manager</module>
     <module>refactor</module>