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/04/01 11:21:36 UTC

svn commit: r1087628 - in /incubator/stanbol/trunk: kres/README.txt kres/ontologymanager/ontonet/ kres/ontologymanager/pom.xml kres/ontologymanager/web/ kres/owl/ kres/pom.xml kres/reasoners/ kres/reengineer/ kres/rules/ pom.xml

Author: enridaga
Date: Fri Apr  1 09:21:35 2011
New Revision: 1087628

URL: http://svn.apache.org/viewvc?rev=1087628&view=rev
Log:
STANBOL-137 Moved the refactored kres modules to the root of the project: * owl -> Contains libraries and utilites for OWL (OWLAPI, OWLApi<->Jena adapters) * ontologymanager (moved except for 'store') * rules * reengineer * reasoners 

Removed:
    incubator/stanbol/trunk/kres/README.txt
    incubator/stanbol/trunk/kres/ontologymanager/ontonet/
    incubator/stanbol/trunk/kres/ontologymanager/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/web/
    incubator/stanbol/trunk/kres/owl/
    incubator/stanbol/trunk/kres/pom.xml
    incubator/stanbol/trunk/kres/reasoners/
    incubator/stanbol/trunk/kres/reengineer/
    incubator/stanbol/trunk/kres/rules/
Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1087628&r1=1087627&r2=1087628&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Fri Apr  1 09:21:35 2011
@@ -57,7 +57,12 @@
          <activeByDefault>false</activeByDefault>
        </activation>
        <modules>
-         <module>kres</module>
+         <module>owl</module>
+         <module>kres/jersey</module>
+         <module>ontologymanager</module>
+	 <module>rules</module>
+         <module>reengineer</module>
+         <module>reasoners</module>
        </modules>
      </profile>
    </profiles>