You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/08/19 21:59:12 UTC

svn commit: r1159766 - /incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml

Author: enridaga
Date: Fri Aug 19 19:59:11 2011
New Revision: 1159766

URL: http://svn.apache.org/viewvc?rev=1159766&view=rev
Log:
Added jena and owlapi sub-moduels to the reasoners reactor (STANBOL-185)

Modified:
    incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml

Modified: incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml?rev=1159766&r1=1159765&r2=1159766&view=diff
==============================================================================
--- incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml (original)
+++ incubator/stanbol/branches/jena-reasoners/reasoners/pom.xml Fri Aug 19 19:59:11 2011
@@ -38,6 +38,8 @@
     <module>../owl</module>  
     <module>../rules/base</module>  
     <module>../rules/manager</module-->
+    <module>owlapi</module>
+    <module>jena</module>
     <module>hermit</module>
     <module>base</module>
     <module>owllink</module>