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/17 13:52:58 UTC

svn commit: r1082476 - /incubator/stanbol/trunk/kres/pom.xml

Author: concelvio
Date: Thu Mar 17 12:52:57 2011
New Revision: 1082476

URL: http://svn.apache.org/viewvc?rev=1082476&view=rev
Log:
STANBOL-39:
1) Removed module eu.iksproject.kres.ontologies
2) Added modules reengineer/db, reengineer/xml

Modified:
    incubator/stanbol/trunk/kres/pom.xml

Modified: incubator/stanbol/trunk/kres/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/pom.xml?rev=1082476&r1=1082475&r2=1082476&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/pom.xml (original)
+++ incubator/stanbol/trunk/kres/pom.xml Thu Mar 17 12:52:57 2011
@@ -40,9 +40,6 @@
 	<!-- Dependency bundle -->
 	<!--module>eu.iksproject.kres.shared</module-->
 	<module>eu.iksproject.kres.shared/dependency/owlapi3</module>
-
-	<!-- KReS ontologies -->
-	<module>eu.iksproject.kres.ontologies</module>
 	
 	<module>eu.iksproject.kres.shared/dependency/hermit124</module>
     <module>eu.iksproject.kres.shared/dependency/owllink102</module>
@@ -76,6 +73,8 @@
     <module>ontologymanager/ontonet</module>
     <module>ontologymanager/store</module>
     <module>reasoners/base</module>
+    <module>reengineer/db</module>
+    <module>reengineer/xml</module>
     <module>reengineer/base</module>
     <module>rules/base</module>
     <module>rules/manager</module>