}else if ( platformType == PlatformManager.PT_MACOSX ){
org.gudy.azureus2.platform.macosx.PlatformManagerUpdateChecker plugin = new org.gudy.azureus2.platform.macosx.PlatformManagerUpdateChecker();
plugin.initialize(pluginInterface);
}else if ( platformType == PlatformManager.PT_UNIX ){
PlatformManagerUnixPlugin plugin = new PlatformManagerUnixPlugin();
plugin.initialize(pluginInterface);
}else{
Properties pluginProperties = pluginInterface.getPluginProperties();
pluginProperties.setProperty("plugin.name", "Platform-Specific Support");
pluginProperties.setProperty("plugin.version", "1.0");
pluginProperties.setProperty("plugin.version.info",