]> git.pld-linux.org Git - packages/Azureus.git/blob - Azureus-buildfile.patch
- update to 3.0.3.4
[packages/Azureus.git] / Azureus-buildfile.patch
1 --- Azureus-2.5.0.0/build.xml   2007-11-25 15:39:47.995219783 +0200
2 +++ Azureus-2.5.0.0-new/build.xml       2007-11-25 15:34:51.796673927 +0200
3 @@ -3,7 +3,6 @@
4  <project default="jar" name="Azureus" basedir=".">
5  
6     <property name="root.dir" value="." />  <!-- REMINDER: this needs to be "." for public source -->
7 -   <property name="libs.dir" value="build/libs" />
8     <property name="dist.dir" value="dist" />
9     
10     <property name="generic.excludes" value="**/*.jar **/*.txt **/*.jardesc **/.classpath **/.project **/aereg.lib **/aereg.dll" />
11 @@ -25,12 +24,13 @@
12  
13     
14     <target name="compile" depends="init" >
15 -      <path id="libs.classpath">
16 -         <fileset dir="${root.dir}/${libs.dir}" includes="**/*.jar" />
17 -      </path>
18 -   
19         <javac srcdir="${root.dir}" destdir="${root.dir}" nowarn="yes" source="1.4" target="1.4" includeAntRuntime="no" debug="true" debuglevel="lines,vars,source" >
20 -         <classpath refid="libs.classpath" />
21 +         <classpath>
22 +           <pathelement location="/usr/share/java/swt.jar"/>
23 +           <pathelement location="/usr/share/java/commons-cli.jar"/>
24 +           <pathelement location="/usr/share/java/log4j.jar"/>
25 +           <pathelement location="/usr/share/java/junit.jar"/>
26 +        </classpath>
27        </javac>
28     </target>
29  
30 @@ -39,7 +39,7 @@
31        <jar destfile="${root.dir}/${dist.dir}/Azureus2.jar" basedir="${root.dir}" excludes="${dist.jar.excludes}" >
32           <manifest>
33              <attribute name="Main-Class" value="org.gudy.azureus2.ui.common.Main" />
34 -            <attribute name="Class-Path" value="Azureus2.jar apple-extensions.jar commons-cli.jar log4j.jar swt.jar swt-win32.jar swt-osx.jar" />
35 +            <attribute name="Class-Path" value="Azureus2.jar commons-cli.jar log4j.jar swt.jar" />
36           </manifest>
37        </jar>
38        
This page took 0.038468 seconds and 3 git commands to generate.