]> git.pld-linux.org Git - packages/Azureus.git/blob - Azureus-nomacosx.patch
- updated
[packages/Azureus.git] / Azureus-nomacosx.patch
1 --- Azureus-2.5.0.0/org/gudy/azureus2/platform/PlatformManagerFactory.java      2007-11-25 15:39:42.205443677 +0200
2 +++ Azureus-2.5.0.0-new/org/gudy/azureus2/platform/PlatformManagerFactory.java  2007-11-25 15:38:20.288611441 +0200
3 @@ -43,33 +43,8 @@
4                 try{
5                         class_mon.enter();
6                 
7 -                       if ( platform_manager == null ){
8 -                                                                                 
9 -                               try{
10 -                                       if ( getPlatformType() == PlatformManager.PT_WINDOWS ){
11 -                                               
12 -                                               platform_manager = org.gudy.azureus2.platform.win32.PlatformManagerImpl.getSingleton();
13 -                                               
14 -                                       }else if( getPlatformType() == PlatformManager.PT_MACOSX ){
15 -                                               
16 -                           platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton();
17 -                           
18 -                                       }
19 -                               }catch( PlatformManagerException e ){
20 -                                       
21 -                                               // exception will already have been logged
22 -                                       
23 -                               }catch( Throwable e ){
24 -                                       
25 -                                       Debug.printStackTrace(e);
26 -                               }
27 -                       }
28 -                       
29 -                       if ( platform_manager == null ){
30 -                               
31 -                               platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
32 -                       }
33 -                       
34 +                       platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
35 +
36                         return( platform_manager );
37                         
38                 }finally{
39 --- Azureus-2.5.0.0/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java  2007-11-25 15:39:46.665271213 +0200
40 +++ Azureus-2.5.0.0-new/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java      2007-11-25 15:34:51.806673540 +0200
41 @@ -131,11 +131,6 @@
42                                         "azbpcorepatcher", 
43                                         "CorePatcher",
44                                         "true" },
45 -                       {        PluginManagerDefaults.PID_PLATFORM_CHECKER, 
46 -                                       "org.gudy.azureus2.platform.win32.PlatformManagerUpdateChecker", 
47 -                                       "azplatform2", 
48 -                                       "azplatform2",
49 -                                       "true" },
50                         //{      PluginManagerDefaults.PID_JPC, 
51                                 //      "com.aelitis.azureus.plugins.jpc.JPCPlugin", 
52                                 //      "azjpc", 
This page took 0.039217 seconds and 3 git commands to generate.