You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/03/28 00:21:00 UTC

svn commit: r1086062 - /uima/sandbox/trunk/aggregate-addons/pom.xml

Author: tommaso
Date: Sun Mar 27 22:20:59 2011
New Revision: 1086062

URL: http://svn.apache.org/viewvc?rev=1086062&view=rev
Log:
[UIMA-2104] - reverted aggregate-addons modules' order

Modified:
    uima/sandbox/trunk/aggregate-addons/pom.xml

Modified: uima/sandbox/trunk/aggregate-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/aggregate-addons/pom.xml?rev=1086062&r1=1086061&r2=1086062&view=diff
==============================================================================
--- uima/sandbox/trunk/aggregate-addons/pom.xml (original)
+++ uima/sandbox/trunk/aggregate-addons/pom.xml Sun Mar 27 22:20:59 2011
@@ -74,10 +74,9 @@
     <module>../RegularExpressionAnnotator</module>
     <module>../SimpleServer</module>
     <module>../SnowballAnnotator</module>
-    <module>../WhitespaceTokenizer</module>
     <module>../Tagger</module>
     <module>../TikaAnnotator</module>
-    <module>../Solrcas</module>
+    <module>../WhitespaceTokenizer</module>
     <module>../addons-osgi-runtime</module>
   </modules>