Revision: 17633
          http://sourceforge.net/p/gate/code/17633
Author:   markagreenwood
Date:     2014-03-11 18:43:59 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
simplify the things that could be going wrong but not loading things we don't 
need -- not that it seems to make any difference :(

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

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2014-03-11 16:18:28 UTC (rev 17632)
+++ gate/trunk/build.xml        2014-03-11 18:43:59 UTC (rev 17633)
@@ -505,7 +505,7 @@
 
   <target name="prepare.tests" depends="jar">
     <mkdir dir="${tests.outputDir}"/>
-    <javac srcdir="${tests.srcDir}" destdir="${tests.outputDir}" source="1.5" 
target="1.5" encoding="UTF-8" debug="true" deprecation="${deprecation}" 
debuglevel="lines,source" classpathref="run.class.path">
+    <javac srcdir="${tests.srcDir}" destdir="${tests.outputDir}" source="1.6" 
target="1.6" encoding="UTF-8" debug="true" deprecation="${deprecation}" 
debuglevel="lines,source" classpathref="run.class.path">
       <compilerarg value="-Xmaxwarns" />
       <compilerarg value="${gate.compile.maxwarnings}" />
     </javac>
@@ -518,10 +518,6 @@
     <makeurl property="creole.plugins" separator=";">
       <path>
         <pathelement location="${basedir}/plugins/ANNIE/" />
-        <pathelement location="${basedir}/plugins/Information_Retrieval/" />
-        <pathelement location="${basedir}/plugins/Ontology_Tools" />
-        <pathelement location="${basedir}/plugins/Tools/" />
-        <pathelement location="${basedir}/plugins/WordNet" />
       </path>
     </makeurl>
     <junit fork="true" showoutput="true" printsummary="yes" maxmemory="512m">

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to