]> git.pld-linux.org Git - packages/Azureus.git/commitdiff
- updated
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Nov 2007 13:49:03 +0000 (13:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Azureus-buildfile.patch -> 1.2
    Azureus-nomacosx.patch -> 1.2

Azureus-buildfile.patch
Azureus-nomacosx.patch

index c0d7a003f7a1f1142f05ae014872348a244a2f65..e66477dfca66a4c033d2e656d55f575a84882fd0 100644 (file)
---- build.xml  2005-10-25 07:21:00.000000000 +0200
-+++ build.xml.new      2005-11-23 19:57:23.000000000 +0100
-@@ -1,61 +1,61 @@
--<?xml version="1.0"?>\r
--\r
--<project default="jar" name="Azureus" basedir=".">\r
--\r
--   <property name="root.dir" value="." />  <!-- REMINDER: this needs to be "." for public source -->\r
--   <property name="libs.dir" value="build/libs" />\r
--   <property name="dist.dir" value="dist" />\r
--   \r
--   <property name="generic.excludes" value="**/*.jar **/*.txt **/*.jardesc **/.classpath **/.project **/aereg.lib **/aereg.dll" />\r
--   <property name="dist.jar.excludes" value="${generic.excludes} **/*.java " />\r
--   <!-- <property name="dist.source.excludes" value="${generic.excludes} **/*.class" /> -->\r
--   \r
--   \r
--   <target name="init" >\r
--      <echo message="Building Azureus2.jar..." />\r
--\r
--      <tstamp/>\r
--\r
--      <!-- <condition property="libs.dir" value="build/libs">\r
--         <not>  <isset property="libs.dir" />  </not>\r
--      </condition> -->\r
--       \r
--      <mkdir dir="${root.dir}/${dist.dir}" />\r
--   </target>\r
--\r
--   \r
--   <target name="compile" depends="init" >\r
--      <path id="libs.classpath">\r
--         <fileset dir="${root.dir}/${libs.dir}" includes="**/*.jar" />\r
--      </path>\r
--   \r
--      <javac srcdir="${root.dir}" destdir="${root.dir}" nowarn="yes" source="1.4" target="1.4" includeAntRuntime="no" debug="true" debuglevel="lines,vars,source" >\r
--         <classpath refid="libs.classpath" />\r
--      </javac>\r
--   </target>\r
--\r
--\r
--   <target name="jar" depends="compile" >\r
--      <jar destfile="${root.dir}/${dist.dir}/Azureus2.jar" basedir="${root.dir}" excludes="${dist.jar.excludes}" >\r
--         <manifest>\r
--            <attribute name="Main-Class" value="org.gudy.azureus2.ui.common.Main" />\r
--            <attribute name="Class-Path" value="Azureus2.jar apple-extensions.jar commons-cli.jar log4j.jar swt.jar swt-win32.jar swt-osx.jar" />\r
--         </manifest>\r
--      </jar>\r
--      \r
--      <!-- <zip destfile="${dist.dir}/Azureus2_source.zip" basedir="." excludes="${dist.source.excludes}" /> -->\r
--\r
--   </target>\r
--\r
--\r
--   <target name="clean" >\r
--      <delete quiet="true" >\r
--         <fileset dir="${root.dir}/com" includes="**/*.class"/>\r
--         <fileset dir="${root.dir}/org" includes="**/*.class"/>\r
--      </delete>\r
--      \r
--      <delete dir="${root.dir}/${dist.dir}" />\r
--   </target>\r
--\r
--</project>\r
--\r
-+<?xml version="1.0"?>
-+
-+<project default="jar" name="Azureus" basedir=".">
-+
-+   <property name="root.dir" value="." />  <!-- REMINDER: this needs to be "." for public source -->
-+   <property name="dist.dir" value="dist" />
-+   
-+   <property name="generic.excludes" value="**/*.jar **/*.txt **/*.jardesc **/.classpath **/.project **/aereg.lib **/aereg.dll" />
-+   <property name="dist.jar.excludes" value="${generic.excludes} **/*.java " />
-+   <!-- <property name="dist.source.excludes" value="${generic.excludes} **/*.class" /> -->
-+   
-+   
-+   <target name="init" >
-+      <echo message="Building Azureus2.jar..." />
-+
-+      <tstamp/>
-+
-+      <!-- <condition property="libs.dir" value="build/libs">
-+         <not>  <isset property="libs.dir" />  </not>
-+      </condition> -->
-+       
-+      <mkdir dir="${root.dir}/${dist.dir}" />
-+   </target>
-+
-+   
-+   <target name="compile" depends="init" >
-+      <javac srcdir="${root.dir}" destdir="${root.dir}" nowarn="yes" source="1.4" target="1.4" includeAntRuntime="no" debug="true" debuglevel="lines,vars,source" >
+--- 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>
-+
-+
-+   <target name="jar" depends="compile" >
-+      <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" />
+       </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>
-+      
-+      <!-- <zip destfile="${dist.dir}/Azureus2_source.zip" basedir="." excludes="${dist.source.excludes}" /> -->
-+
-+   </target>
-+
-+
-+   <target name="clean" >
-+      <delete quiet="true" >
-+         <fileset dir="${root.dir}/com" includes="**/*.class"/>
-+         <fileset dir="${root.dir}/org" includes="**/*.class"/>
-+      </delete>
-+      
-+      <delete dir="${root.dir}/${dist.dir}" />
-+   </target>
-+
-+</project>
-+
+          </manifest>
+       </jar>
+       
index 496b168909d7d750a5600487bba4780b36428821..2e46e0ac5d774af4ee660953593368677ca60daf 100644 (file)
@@ -1,10 +1,52 @@
---- Azureus.old/org/gudy/azureus2/platform/PlatformManagerFactory.java 2006-03-08 17:34:20.000000000 +0100
-+++ Azureus/org/gudy/azureus2/platform/PlatformManagerFactory.java     2006-03-08 19:15:36.000000000 +0100
-@@ -52,7 +52,6 @@
-                                               \r
-                                       }else if( getPlatformType() == PlatformManager.PT_MACOSX ){\r
-                                               \r
--                          platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton();\r
-                           \r
-                                       }\r
-                               }catch( PlatformManagerException e ){\r
+--- 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.081631 seconds and 4 git commands to generate.