Revision: 18026
          http://sourceforge.net/p/gate/code/18026
Author:   johann_p
Date:     2014-05-22 18:20:42 +0000 (Thu, 22 May 2014)
Log Message:
-----------
Report which plugins we try to unload, not all of the 
seem to get actually unloaded ...

Modified Paths:
--------------
    gate/trunk/plugins/Developer_Tools/src/gate/creole/UnusedPluginUnloader.java

Modified: 
gate/trunk/plugins/Developer_Tools/src/gate/creole/UnusedPluginUnloader.java
===================================================================
--- 
gate/trunk/plugins/Developer_Tools/src/gate/creole/UnusedPluginUnloader.java    
    2014-05-22 17:38:55 UTC (rev 18025)
+++ 
gate/trunk/plugins/Developer_Tools/src/gate/creole/UnusedPluginUnloader.java    
    2014-05-22 18:20:42 UTC (rev 18026)
@@ -119,7 +119,7 @@
         int n = 0;
         for (URL plugin : pluginsToUnload) {
           // The system logs plugins getting unloaded, so we do not have to do 
it
-          // System.out.println("Unloading plugin: " + plugin);
+          System.out.println("Trying to unload plugin: " + plugin);
           reg.removeDirectory(plugin);
           n++;
         }

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


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to