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:24:42 UTC

svn commit: r1534607 - /stanbol/trunk/launchers/bundlelists/pom.xml

Author: rwesten
Date: Tue Oct 22 11:24:41 2013
New Revision: 1534607

URL: http://svn.apache.org/r1534607
Log:
corrected a syntax error

Modified:
    stanbol/trunk/launchers/bundlelists/pom.xml

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1534607&r1=1534606&r2=1534607&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Oct 22 11:24:41 2013
@@ -81,7 +81,7 @@
     
     <!-- language specific extensions -->
     <module>language-extras/smartcn</module>
-    <module>language-extras/kuromoji</module> -->
+    <module>language-extras/kuromoji</module>
   </modules>
 
   <profiles>