Revision: 19201
          http://sourceforge.net/p/gate/code/19201
Author:   markagreenwood
Date:     2016-04-05 18:40:47 +0000 (Tue, 05 Apr 2016)
Log Message:
-----------
require Java 8

Modified Paths:
--------------
    gate/branches/sawdust2/src/main/gate/Gate.java

Modified: gate/branches/sawdust2/src/main/gate/Gate.java
===================================================================
--- gate/branches/sawdust2/src/main/gate/Gate.java      2016-04-05 18:35:36 UTC 
(rev 19200)
+++ gate/branches/sawdust2/src/main/gate/Gate.java      2016-04-05 18:40:47 UTC 
(rev 19201)
@@ -85,7 +85,7 @@
   public static final String URI = "http://www.gate.ac.uk";;
 
   /** Minimum version of JDK we support */
-  protected static final String MIN_JDK_VERSION = "1.7";
+  protected static final String MIN_JDK_VERSION = "1.8";
 
   /**
    * Feature name that should be used to set if the benchmarking logging should

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to