Revision: 18723
          http://sourceforge.net/p/gate/code/18723
Author:   markagreenwood
Date:     2015-05-28 13:03:46 +0000 (Thu, 28 May 2015)
Log Message:
-----------
adding the new GATE update site to the list and commenting out Phil's one that 
gives a 404

Modified Paths:
--------------
    gate/trunk/src/main/gate/gui/creole/manager/PluginUpdateManager.java

Modified: gate/trunk/src/main/gate/gui/creole/manager/PluginUpdateManager.java
===================================================================
--- gate/trunk/src/main/gate/gui/creole/manager/PluginUpdateManager.java        
2015-05-28 12:51:39 UTC (rev 18722)
+++ gate/trunk/src/main/gate/gui/creole/manager/PluginUpdateManager.java        
2015-05-28 13:03:46 UTC (rev 18723)
@@ -138,12 +138,14 @@
       "suppress.update.install";
 
   private static final String[] defaultUpdateSites = new String[]{
+      "Additional Plugins from the GATE Team",
+      "https://gate.ac.uk/gate/build/deploy/plugins/gate-8.1.xml";,
       "Austrian Research Institute for AI (OFAI)",
       "http://www.ofai.at/~johann.petrak/GATE/gate-update-site.xml";,
       "Semantic Software Lab",
       "http://creole.semanticsoftware.info/gate-update-site.xml";,
-      "City University Centre for Health Informatics",
-      "http://vega.soi.city.ac.uk/~abdy181/software/GATE/gate-update-site.xml";,
+      //"City University Centre for Health Informatics",
+      
//"http://vega.soi.city.ac.uk/~abdy181/software/GATE/gate-update-site.xml";,
       "Moonlytics",
       "http://word-correction-gate-plugin.googlecode.com/svn/trunk/site.xml";,
       "SAGA",
@@ -1290,7 +1292,7 @@
       switch(column){
         case 0:
           if(site.valid != null && !site.valid) return icoInvalid;
-          if(site.uri.toString().startsWith("http://gate.ac.uk";))
+          if(site.uri.toString().startsWith("https://gate.ac.uk";))
             return icoGATE;
           return icoSite;
         case 1:

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