From a142a2564d85db39a94f7c3722b6e799877bcaf9 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 27 Nov 2010 11:54:07 -0600 Subject: [PATCH] Enabling debugging for compilation of the app. --- app/build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.xml b/app/build.xml index e0f67e058..458df0698 100644 --- a/app/build.xml +++ b/app/build.xml @@ -43,6 +43,7 @@ excludes="**/tools/format/**" encoding="UTF-8" includeAntRuntime="false" + debug="true" classpath="../core/core.jar; ${env.JAVA_HOME}/lib/tools.jar; lib/ant.jar; lib/ant-launcher.jar; lib/apple.jar; lib/ecj.jar; lib/jna.jar; lib/RXTXcomm.jar" />