Blob Blame History Raw
diff -up ./build.xml.sav ./build.xml
--- ./build.xml.sav	2009-03-11 13:30:38.000000000 -0400
+++ ./build.xml	2009-03-11 13:30:34.000000000 -0400
@@ -10,7 +10,7 @@
 		<mkdir dir="${output}" />
 
 		<javac srcdir="${basedir}" destdir="${output}"
-				debuglevel="lines,source"
+				debug="yes"
 				source="1.3"
 				target="1.2"
 			excludes="org/eclipse/jdt/internal/compiler/tool/*,**/apt/**">
@@ -18,7 +18,7 @@
 		</javac>
 
 		<javac destdir="${output}"
-				debuglevel="lines,source"
+				debug="yes"
 				source="1.6"
 				target="1.6"
 				includes="org/eclipse/jdt/internal/compiler/tool/*">