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

svn commit: r1148244 - /incubator/stanbol/trunk/pom.xml

Author: fchrist
Date: Tue Jul 19 09:08:39 2011
New Revision: 1148244

URL: http://svn.apache.org/viewvc?rev=1148244&view=rev
Log:
Fixed duplicate project in kres profile

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1148244&r1=1148243&r2=1148244&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Jul 19 09:08:39 2011
@@ -77,7 +77,7 @@
         <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
-        <module>ontologymanager</module>
+        <module>ontologymanager/store</module>
         <module>rules</module>
         <module>reasoners</module>
         <module>reengineer</module>