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/10/22 13:13:17 UTC

svn commit: r1534603 - in /stanbol/trunk: commons/pom.xml enhancement-engines/pom.xml launchers/bundlelists/language-extras/paoding/ launchers/bundlelists/pom.xml

Author: rwesten
Date: Tue Oct 22 11:13:17 2013
New Revision: 1534603

URL: http://svn.apache.org/r1534603
Log:
STANBOL-1094: removed the paoding bundlelist; removed the paoding modules from the reactor pom files

Removed:
    stanbol/trunk/launchers/bundlelists/language-extras/paoding/
Modified:
    stanbol/trunk/commons/pom.xml
    stanbol/trunk/enhancement-engines/pom.xml
    stanbol/trunk/launchers/bundlelists/pom.xml

Modified: stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1534603&r1=1534602&r2=1534603&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Tue Oct 22 11:13:17 2013
@@ -92,7 +92,6 @@
     <module>solr/install</module>
     <module>solr/defaults</module>
     <module>solr/extras/smartcn</module> <!-- support for the smartcn (Chinese) analyzer -->
-    <module>solr/extras/paoding</module> <!-- alternative support for Chinese -->
     <module>solr/extras/kuromoji</module> <!-- support for Japanese -->
     <module>solr/extras/icu</module> <!-- support for ICU -->
     <module>solr/extras/stempel</module> <!-- support for the Polish stemmer -->

Modified: stanbol/trunk/enhancement-engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1534603&r1=1534602&r2=1534603&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Tue Oct 22 11:13:17 2013
@@ -63,7 +63,7 @@
 
     <!-- Chinese language support -->
     <module>smartcn-token</module> <!-- sentence detection and tokenizing -->
-    <module>paoding-token</module> <!-- tokenizing -->
+
     <module>nlp2rdf</module> <!-- converts AnalyzedText ContentPart to RDF -->
 
     <!-- Japanese NLP processing -->

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1534603&r1=1534602&r2=1534603&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Oct 22 11:13:17 2013
@@ -80,8 +80,7 @@
     <module>zzshell</module>
     
     <!-- language specific extensions -->
-   <!-- <module>language-extras/smartcn</module>
-    <module>language-extras/paoding</module>
+    <module>language-extras/smartcn</module>
     <module>language-extras/kuromoji</module> -->
   </modules>