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 2012/11/08 11:14:41 UTC

svn commit: r1406992 - in /stanbol/trunk/enhancer: engines/pom.xml pom.xml

Author: fchrist
Date: Thu Nov  8 10:14:41 2012
New Revision: 1406992

URL: http://svn.apache.org/viewvc?rev=1406992&view=rev
Log:
STANBOL-780 Changed the top level artifact name

Modified:
    stanbol/trunk/enhancer/engines/pom.xml
    stanbol/trunk/enhancer/pom.xml

Modified: stanbol/trunk/enhancer/engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/engines/pom.xml?rev=1406992&r1=1406991&r2=1406992&view=diff
==============================================================================
--- stanbol/trunk/enhancer/engines/pom.xml (original)
+++ stanbol/trunk/enhancer/engines/pom.xml Thu Nov  8 10:14:41 2012
@@ -45,14 +45,14 @@
     <module>opennlp-ner</module>
   	<module>langdetect</module>
     <module>langid</module>
-    <module>topic</module>
+    <!-- module>topic</module-->
     <module>metaxa</module>
     <module>htmlextractor</module>
     <module>xmpextractor</module>
     <module>tika</module>
-    <module>entitytagging</module>
-    <module>keywordextraction</module>
-    <module>refactor</module>
+    <!-- module>entitytagging</module -->
+    <!-- module>keywordextraction</module -->
+    <!-- module>refactor</module -->
     
     <!-- Enhancement Engines using external services -->
     <module>celi</module> <!-- http://linguagrid.org -->

Modified: stanbol/trunk/enhancer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/pom.xml?rev=1406992&r1=1406991&r2=1406992&view=diff
==============================================================================
--- stanbol/trunk/enhancer/pom.xml (original)
+++ stanbol/trunk/enhancer/pom.xml Thu Nov  8 10:14:41 2012
@@ -28,11 +28,11 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.reactor</artifactId>
+  <artifactId>apache-stanbol-enhancer</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Enhancer Reactor</name>
+  <name>Apache Stanbol Enhancer</name>
   <description>
     Pseudo project to build the complete Stanbol Enhancer component
   </description>