Revision: 7843
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7843&view=rev
Author:   dnaber
Date:     2012-08-12 12:15:52 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
change classpath order: lucene test classes need to come before lucene-core

Modified Paths:
--------------
    trunk/JLanguageTool/build.xml

Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml       2012-08-12 12:13:23 UTC (rev 7842)
+++ trunk/JLanguageTool/build.xml       2012-08-12 12:15:52 UTC (rev 7843)
@@ -20,11 +20,11 @@
         <pathelement location="${ext.logging.lib}" />
         <pathelement location="${ext.commons.lang.lib}" />
         <pathelement location="${ext.bliki.lib}" />
+        <pathelement location="${ext.lucene-test-framework.lib}" />  <!-- must 
come before lucene-core -->
         <pathelement location="${ext.lucene-core.lib}" />
         <pathelement location="${ext.lucene-queries.lib}" />
         <pathelement location="${ext.lucene-analyzers.lib}" />
         <pathelement location="${ext.lucene-sandbox.lib}" />
-        <pathelement location="${ext.lucene-test-framework.lib}" />
         <pathelement location="${ext.lucene-random-testing.lib}" />
         <pathelement location="${ext.segment.lib}" />
         <!-- -->

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to