|
From: <jt...@hy...> - 2007-03-27 19:36:40
|
Author: jtravis Date: 2007-03-27 10:37:38 -0800 (Tue, 27 Mar 2007) New Revision: 3922 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3922 Modified: trunk/src/org/hyperic/hq/ui/rendit/PluginWrapper.java Log: Plugin directory is no longer needed, as the dispatcher sets up a sub loader Modified: trunk/src/org/hyperic/hq/ui/rendit/PluginWrapper.java =================================================================== --- trunk/src/org/hyperic/hq/ui/rendit/PluginWrapper.java 2007-03-27 17:49:05 UTC (rev 3921) +++ trunk/src/org/hyperic/hq/ui/rendit/PluginWrapper.java 2007-03-27 18:37:38 UTC (rev 3922) @@ -26,7 +26,6 @@ try { u = new URL[] { sysDir.toURL(), - _pluginDir.toURL(), }; } catch(MalformedURLException e) { throw new RuntimeException(e); |