[pkg-java] r3507 - in trunk/aspectj/debian: . patches
tgg at alioth.debian.org
tgg at alioth.debian.org
Fri May 18 13:19:47 UTC 2007
Author: tgg
Date: 2007-05-18 13:19:47 +0000 (Fri, 18 May 2007)
New Revision: 3507
Added:
trunk/aspectj/debian/patches/
trunk/aspectj/debian/patches/01_use_system_ant.diff
Log:
add a patch to enable compilation with system ant
Added: trunk/aspectj/debian/patches/01_use_system_ant.diff
===================================================================
--- trunk/aspectj/debian/patches/01_use_system_ant.diff (rev 0)
+++ trunk/aspectj/debian/patches/01_use_system_ant.diff 2007-05-18 13:19:47 UTC (rev 3507)
@@ -0,0 +1,25 @@
+--- modules/build/build-properties.xml 2007-05-18 11:35:00.000000000 +0000
++++ modules/build/build-properties.xml+ 2007-05-18 12:08:17.000000000 +0000
+@@ -145,11 +145,11 @@
+ <jar-property name="aspectj.build.jar"
+ location="${aspectj.modules.lib.dir}/build/build.jar"/>
+ <jar-property name="lib.ant.jar"
+- location="${aspectj.modules.lib.dir}/ant/lib/ant.jar"/>
++ location="/usr/share/ant/lib/ant.jar"/>
+ <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties"
+ classpath="${aspectj.build.jar}"/>
+ <path id="ant.lib.path">
+- <fileset dir="${aspectj.modules.lib.dir}/ant/lib">
++ <fileset dir="/usr/share/ant/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ </path>
+@@ -159,7 +159,7 @@
+ <available classname="org.apache.xalan.processor.TransformerFactoryImpl"
+ property="xalan.available"
+ value="true">
+- <classpath refid="ant.lib.path"/>
++ <classpath location="/usr/share/java/xalan2.jar"/>
+ </available>
+ <condition property="junitreport.available" value="true">
+ <istrue value="${xalan.available}"/>
More information about the pkg-java-commits
mailing list