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

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

Author: bdelacretaz
Date: Tue Feb  8 12:40:04 2011
New Revision: 1068357

URL: http://svn.apache.org/viewvc?rev=1068357&view=rev
Log:
STANBOL-67 - fix module names in main pom, contributed by Florent Andre, thanks!

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1068357&r1=1068356&r2=1068357&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Feb  8 12:40:04 2011
@@ -44,9 +44,8 @@
 
   <modules>
     <module>parent</module>
-
+    <module>entityhub</module>
+    <module>enhancer</module>
     <module>kres</module>
-    <module>rick</module>
-    <module>fise</module>
   </modules>
 </project>