You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/19 06:16:04 UTC

svn commit: r1447592 - /stanbol/trunk/enhancement-engines/pom.xml

Author: rwesten
Date: Tue Feb 19 05:16:04 2013
New Revision: 1447592

URL: http://svn.apache.org/r1447592
Log:
STANBOL-941: added disambiguation-mlt to reactor pom of the enhancement-engines

Modified:
    stanbol/trunk/enhancement-engines/pom.xml

Modified: stanbol/trunk/enhancement-engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1447592&r1=1447591&r2=1447592&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Tue Feb 19 05:16:04 2013
@@ -84,6 +84,9 @@
     <module>sentiment-wordclassifier</module>
     <module>sentiment-summarization</module>
 
+    <!-- Disambiguation -->
+    <module>disambiguation-mlt</module>
+    
     <!-- UIMA based engines -->
     <module>uima</module>
     
@@ -93,6 +96,7 @@
     <module>geonames</module> <!-- http://geonames.org -->
     <module>opencalais</module> <!-- http://opencalais.com/ -->
     <module>zemanta</module> <!-- htt://zemanta.com -->
+  
   </modules>
 
   <build>