Author: tommaso
Date: Tue Sep 25 20:51:41 2012
New Revision: 1390125
URL: http://svn.apache.org/viewvc?rev=1390125&view=rev
Log:
[STANBOL-743] - added UIMA integration modules to the build
Modified:
stanbol/trunk/commons/pom.xml
stanbol/trunk/enhancer/engines/pom.xml
Modified: stanbol/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1390125&r1=1390124&r2=1390125&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Tue Sep 25 20:51:41 2012
@@ -65,6 +65,7 @@
<module>launchpad</module>
<module>security</module>
<module>authentication.basic</module>
+ <module>caslight</module>
<module>testing/jarexec</module>
<module>testing/http</module>
Modified: stanbol/trunk/enhancer/engines/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/engines/pom.xml?rev=1390125&r1=1390124&r2=1390125&view=diff
==============================================================================
--- stanbol/trunk/enhancer/engines/pom.xml (original)
+++ stanbol/trunk/enhancer/engines/pom.xml Tue Sep 25 20:51:41 2012
@@ -59,5 +59,8 @@
<module>zemanta</module> <!-- htt://zemanta.com -->
<!-- DBpedia.org Spotlight Enhancement Engines (STANBOL-706) -->
<module>dbpedia-spotlight</module>
+ <module>uimaremote</module>
+ <module>uimatotriples</module>
+ <module>uimalocal-template</module>
</modules>
</project>