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 2012/08/20 14:12:57 UTC

svn commit: r1374987 - in /incubator/stanbol/branches/dbpedia-spotlight-engines: engines/pom.xml pom.xml

Author: rwesten
Date: Mon Aug 20 12:12:57 2012
New Revision: 1374987

URL: http://svn.apache.org/viewvc?rev=1374987&view=rev
Log:
added dbpedia spotlight engines modules to the engines reactor pom; added the engines reactor pom to the reactor pom of the stanbol enhancer (STANBOL-704)

Modified:
    incubator/stanbol/branches/dbpedia-spotlight-engines/engines/pom.xml
    incubator/stanbol/branches/dbpedia-spotlight-engines/pom.xml

Modified: incubator/stanbol/branches/dbpedia-spotlight-engines/engines/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/dbpedia-spotlight-engines/engines/pom.xml?rev=1374987&r1=1374986&r2=1374987&view=diff
==============================================================================
--- incubator/stanbol/branches/dbpedia-spotlight-engines/engines/pom.xml (original)
+++ incubator/stanbol/branches/dbpedia-spotlight-engines/engines/pom.xml Mon Aug 20 12:12:57 2012
@@ -56,5 +56,10 @@
     <module>geonames</module> <!-- http://geonames.org -->
     <module>opencalais</module> <!-- http://opencalais.com/ -->
     <module>zemanta</module> <!-- htt://zemanta.com -->
+    <!-- DBpedia.org Spotlight Enhancement Engines (STANBOL-706) -->
+    <module>dbpspotlightannotate</module>
+    <module>dbpspotlightcandidates</module>
+    <module>dbpspotlightdisambiguate</module>
+    <module>dbpspotlightspot</module>
   </modules>
 </project>

Modified: incubator/stanbol/branches/dbpedia-spotlight-engines/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/dbpedia-spotlight-engines/pom.xml?rev=1374987&r1=1374986&r2=1374987&view=diff
==============================================================================
--- incubator/stanbol/branches/dbpedia-spotlight-engines/pom.xml (original)
+++ incubator/stanbol/branches/dbpedia-spotlight-engines/pom.xml Mon Aug 20 12:12:57 2012
@@ -60,7 +60,9 @@
     <module>chain/graph</module>
     <module>chain/weighted</module>
     <module>chain/list</module>
-    
+
+    <module>engines</module>
+      
     <module>jersey</module>
     <module>ldpath</module>
     <module>benchmark</module>