]> git.pld-linux.org Git - packages/Azureus.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Nov 2007 14:38:57 +0000 (14:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Azureus-buildfile.patch -> 1.3
    Azureus-nomacosx.patch -> 1.3

Azureus-buildfile.patch [deleted file]
Azureus-nomacosx.patch [deleted file]

diff --git a/Azureus-buildfile.patch b/Azureus-buildfile.patch
deleted file mode 100644 (file)
index e66477d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
---- Azureus-2.5.0.0/build.xml  2007-11-25 15:39:47.995219783 +0200
-+++ Azureus-2.5.0.0-new/build.xml      2007-11-25 15:34:51.796673927 +0200
-@@ -3,7 +3,6 @@
- <project default="jar" name="Azureus" basedir=".">
-    <property name="root.dir" value="." />  <!-- REMINDER: this needs to be "." for public source -->
--   <property name="libs.dir" value="build/libs" />
-    <property name="dist.dir" value="dist" />
-    
-    <property name="generic.excludes" value="**/*.jar **/*.txt **/*.jardesc **/.classpath **/.project **/aereg.lib **/aereg.dll" />
-@@ -25,12 +24,13 @@
-    
-    <target name="compile" depends="init" >
--      <path id="libs.classpath">
--         <fileset dir="${root.dir}/${libs.dir}" includes="**/*.jar" />
--      </path>
--   
-       <javac srcdir="${root.dir}" destdir="${root.dir}" nowarn="yes" source="1.4" target="1.4" includeAntRuntime="no" debug="true" debuglevel="lines,vars,source" >
--         <classpath refid="libs.classpath" />
-+         <classpath>
-+          <pathelement location="/usr/share/java/swt.jar"/>
-+          <pathelement location="/usr/share/java/commons-cli.jar"/>
-+          <pathelement location="/usr/share/java/log4j.jar"/>
-+          <pathelement location="/usr/share/java/junit.jar"/>
-+       </classpath>
-       </javac>
-    </target>
-@@ -39,7 +39,7 @@
-       <jar destfile="${root.dir}/${dist.dir}/Azureus2.jar" basedir="${root.dir}" excludes="${dist.jar.excludes}" >
-          <manifest>
-             <attribute name="Main-Class" value="org.gudy.azureus2.ui.common.Main" />
--            <attribute name="Class-Path" value="Azureus2.jar apple-extensions.jar commons-cli.jar log4j.jar swt.jar swt-win32.jar swt-osx.jar" />
-+            <attribute name="Class-Path" value="Azureus2.jar commons-cli.jar log4j.jar swt.jar" />
-          </manifest>
-       </jar>
-       
diff --git a/Azureus-nomacosx.patch b/Azureus-nomacosx.patch
deleted file mode 100644 (file)
index 2e46e0a..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
---- Azureus-2.5.0.0/org/gudy/azureus2/platform/PlatformManagerFactory.java     2007-11-25 15:39:42.205443677 +0200
-+++ Azureus-2.5.0.0-new/org/gudy/azureus2/platform/PlatformManagerFactory.java 2007-11-25 15:38:20.288611441 +0200
-@@ -43,33 +43,8 @@
-               try{
-                       class_mon.enter();
-               
--                      if ( platform_manager == null ){
--                                                                                
--                              try{
--                                      if ( getPlatformType() == PlatformManager.PT_WINDOWS ){
--                                              
--                                              platform_manager = org.gudy.azureus2.platform.win32.PlatformManagerImpl.getSingleton();
--                                              
--                                      }else if( getPlatformType() == PlatformManager.PT_MACOSX ){
--                                              
--                          platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton();
--                          
--                                      }
--                              }catch( PlatformManagerException e ){
--                                      
--                                              // exception will already have been logged
--                                      
--                              }catch( Throwable e ){
--                                      
--                                      Debug.printStackTrace(e);
--                              }
--                      }
--                      
--                      if ( platform_manager == null ){
--                              
--                              platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
--                      }
--                      
-+                      platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton();
-+
-                       return( platform_manager );
-                       
-               }finally{
---- Azureus-2.5.0.0/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java 2007-11-25 15:39:46.665271213 +0200
-+++ Azureus-2.5.0.0-new/org/gudy/azureus2/pluginsimpl/local/PluginInitializer.java     2007-11-25 15:34:51.806673540 +0200
-@@ -131,11 +131,6 @@
-                                       "azbpcorepatcher", 
-                                       "CorePatcher",
-                                       "true" },
--                      {        PluginManagerDefaults.PID_PLATFORM_CHECKER, 
--                                      "org.gudy.azureus2.platform.win32.PlatformManagerUpdateChecker", 
--                                      "azplatform2", 
--                                      "azplatform2",
--                                      "true" },
-                       //{      PluginManagerDefaults.PID_JPC, 
-                               //      "com.aelitis.azureus.plugins.jpc.JPCPlugin", 
-                               //      "azjpc", 
This page took 0.069853 seconds and 4 git commands to generate.