Lillian Angel 206f5c7
--- ../azureus3orig/azureus3/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java	2007-12-03 10:07:11.000000000 -0500
Lillian Angel 206f5c7
+++ org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java	2007-12-03 10:27:39.000000000 -0500
Lillian Angel 206f5c7
@@ -44,13 +44,8 @@
e520f06
 import org.gudy.azureus2.plugins.*;
e520f06
 import org.gudy.azureus2.pluginsimpl.local.launch.PluginLauncherImpl;
e520f06
 import org.gudy.azureus2.pluginsimpl.local.ui.UIManagerImpl;
e520f06
-import org.gudy.azureus2.pluginsimpl.local.update.*;
e520f06
 import org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl;
e520f06
 
e520f06
-import org.gudy.azureus2.update.UpdaterUpdateChecker;
3348b2a
-import org.gudy.azureus2.update.UpdaterUtils;
3348b2a
-
e520f06
-
e520f06
 
e520f06
 /**
3348b2a
  * @author Olivier
Lillian Angel 206f5c7
@@ -91,11 +86,6 @@
e520f06
    					"azbpsharehoster", 
e520f06
    					"ShareHoster",
e520f06
 					"true" },
e520f06
-   			{	 PluginManagerDefaults.PID_PLUGIN_UPDATE_CHECKER, 
e520f06
-   					"org.gudy.azureus2.pluginsimpl.update.PluginUpdatePlugin", 
e520f06
-   					"azbppluginupdate", 
e520f06
-   					"PluginUpdate",
e520f06
-					"true" },
e520f06
 			{	 PluginManagerDefaults.PID_CLIENT_ID, 
e520f06
 				    "com.aelitis.azureus.plugins.clientid.ClientIDPlugin", 
e520f06
 				    "azbpclientid", 
Lillian Angel 206f5c7
@@ -121,16 +111,6 @@
e520f06
 					"azbpmagnet", 
e520f06
 					"Magnet URI Handler",
e520f06
 					"true" },
e520f06
-			{	 PluginManagerDefaults.PID_CORE_UPDATE_CHECKER, 
e520f06
-   					"org.gudy.azureus2.update.CoreUpdateChecker", 
e520f06
-   					"azbpcoreupdater", 
e520f06
-   					"CoreUpdater",
e520f06
-					"true" },
e520f06
-			{	 PluginManagerDefaults.PID_CORE_PATCH_CHECKER, 
e520f06
-   					"org.gudy.azureus2.update.CorePatchChecker", 
e520f06
-   					"azbpcorepatcher", 
e520f06
-   					"CorePatcher",
e520f06
-					"true" },
Lillian Angel 206f5c7
 	   		{	 PluginManagerDefaults.PID_PLATFORM_CHECKER, 
Lillian Angel 206f5c7
    					"org.gudy.azureus2.platform.PlatformManagerPluginDelegate", 
Lillian Angel 206f5c7
    					"azplatform2", 
Lillian Angel 206f5c7
@@ -316,11 +296,7 @@
e520f06
   	
Lillian Angel 206f5c7
   	core_operation 	= _core_operation;
e520f06
     
e520f06
-    UpdateManagerImpl.getSingleton( azureus_core );	// initialise the update manager
e520f06
-       
e520f06
     plugin_manager = PluginManagerImpl.getSingleton( this );
e520f06
-    
Lillian Angel 206f5c7
-    UpdaterUtils.checkBootstrapPlugins();
e520f06
   }
e520f06
   
Lillian Angel 206f5c7
   protected boolean
Lillian Angel 206f5c7
@@ -946,16 +922,11 @@
e520f06
 	      
e520f06
 	      if ( load_failure != null ){
e520f06
 	      		  
e520f06
-	    	  	// don't complain about our internal one
e520f06
-	    	  
e520f06
-	    	  if ( !pid.equals(UpdaterUpdateChecker.getPluginID())){
e520f06
-	    		  
e520f06
 		      	String	msg = "Error loading plugin '" + pluginName + "' / '" + plugin_class_string + "'";
e520f06
 		   	 
e520f06
 		      	Logger.log(new LogAlert(LogAlert.UNREPEATABLE, msg, load_failure));
e520f06
 	
e520f06
 		      	System.out.println( msg + " : " + load_failure);
e520f06
-		      }
e520f06
 	      }
e520f06
   		}
e520f06