Revision: 19327
          http://sourceforge.net/p/gate/code/19327
Author:   markagreenwood
Date:     2016-05-18 14:19:05 +0000 (Wed, 18 May 2016)
Log Message:
-----------
we are now defaulting to being in the sandbox and will eventually remove the 
option to switch at all, which might mean we can do without the Gate.init call 
(maybe)

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

Modified: gate/branches/sawdust2/src/main/java/gate/Gate.java
===================================================================
--- gate/branches/sawdust2/src/main/java/gate/Gate.java 2016-05-18 12:52:28 UTC 
(rev 19326)
+++ gate/branches/sawdust2/src/main/java/gate/Gate.java 2016-05-18 14:19:05 UTC 
(rev 19327)
@@ -95,7 +95,7 @@
     "gate.enable.benchmark";
 
   /** Is true if GATE is to be run in a sandbox **/
-  private static boolean sandboxed = false;
+  private static boolean sandboxed = true;
 
   /**
    * Find out if GATE is to be run in a sandbox or not. If true then

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


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to