[pkg-java] r3516 - in trunk/aspectj/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Fri May 18 16:16:43 UTC 2007


Author: tgg
Date: 2007-05-18 16:16:43 +0000 (Fri, 18 May 2007)
New Revision: 3516

Added:
   trunk/aspectj/debian/patches/
   trunk/aspectj/debian/patches/01_dont_override_junit_taskdef.diff
Log:
remove junit taskdefs


Added: trunk/aspectj/debian/patches/01_dont_override_junit_taskdef.diff
===================================================================
--- trunk/aspectj/debian/patches/01_dont_override_junit_taskdef.diff	                        (rev 0)
+++ trunk/aspectj/debian/patches/01_dont_override_junit_taskdef.diff	2007-05-18 16:16:43 UTC (rev 3516)
@@ -0,0 +1,29 @@
+--- aspectj.orig/modules/build/build-properties.xml	2007-05-18 16:22:33.000000000 +0000
++++ aspectj/modules/build/build-properties.xml	2007-05-18 16:24:21.000000000 +0000
+@@ -153,26 +153,6 @@
+ 				<include name="**/*.jar"/>
+ 			</fileset>
+ 			</path>
+-		<taskdef name="junit"             
+-			classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"
+-			classpathref="ant.lib.path"/>
+-	    <available classname="org.apache.xalan.processor.TransformerFactoryImpl" 
+-	        property="xalan.available"
+-	        value="true">        
+-	        <classpath refid="ant.lib.path"/>
+-	    </available>
+-        <condition property="junitreport.available" value="true">
+-        	<istrue value="${xalan.available}"/>
+-    	</condition>
+-        <echo message="junitreport.available: ${junitreport.available}"/>
+-        <antcall target="init-junitreport"/>
+-    </target>
+-
+-    <target name="init-junitreport" depends="init-properties"
+-        if="xalan.available">
+-		<taskdef name="junitreport"             
+-			classname="org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator"
+-			classpathref="ant.lib.path"/>
+     </target>
+ 
+     <target name="init-directories" 




More information about the pkg-java-commits mailing list