Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 2e8e39f301815b6d6819d78ab4338098 > files > 5

ecj-4.4.0-1.mga5.src.rpm

--- ecj-4.4.0/build.xml.orig	2014-11-28 18:08:09.772608520 +0100
+++ ecj-4.4.0/build.xml	2014-11-28 18:09:46.818739920 +0100
@@ -21,7 +21,7 @@
 		<mkdir dir="${output}" />
 
 		<javac srcdir="${basedir}" destdir="${output}"
-					debuglevel="lines,source"
+					debug="yes"
 					source="1.6"
 					target="1.6">
 			<compilerarg line="-Xlint:none"/>
@@ -43,4 +43,4 @@
 		</zip>
 		<delete dir="${output}" />
 	</target>
-</project>
\ No newline at end of file
+</project>