Revision: 19602
          http://sourceforge.net/p/gate/code/19602
Author:   markagreenwood
Date:     2016-09-26 12:46:39 +0000 (Mon, 26 Sep 2016)
Log Message:
-----------
fixed the imports and commented out some debug code

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

Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-09-26 12:42:05 UTC (rev 19601)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-09-26 12:46:39 UTC (rev 19602)
@@ -23,7 +23,6 @@
 import java.net.URISyntaxException;
 import java.net.URL;
 import java.net.URLClassLoader;
-import java.nio.file.CopyOption;
 import java.nio.file.FileSystem;
 import java.nio.file.FileSystems;
 import java.nio.file.FileVisitResult;
@@ -778,7 +777,7 @@
   }
  
   
-  public static void main(String args[]) throws Exception {
+  /*public static void main(String args[]) throws Exception {
     Gate.runInSandbox(true);
     Gate.init();
     
@@ -793,5 +792,5 @@
     System.out.println(annieMaven.hasResources());
     annieMaven.copyResources(r);
 
-  }
+  }*/
 }

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