From 7887b541993f40dfae29d25934035dea87eda902 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Tue, 19 Feb 2013 13:40:10 +0100 Subject: [PATCH] updated build.xml to include new jars --- app/build.xml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/app/build.xml b/app/build.xml index 1cb7fb12b..fa818cabf 100644 --- a/app/build.xml +++ b/app/build.xml @@ -1,6 +1,20 @@ + + + + + + + + + + + + + + @@ -44,7 +58,7 @@ encoding="UTF-8" includeAntRuntime="false" debug="true" - classpath="../core/core.jar; ${env.JAVA_HOME}/lib/tools.jar; lib/apple.jar; lib/ecj.jar; lib/jna.jar; lib/RXTXcomm.jar" /> + classpathref="class.path" /> @@ -58,17 +72,8 @@ destdir="test-bin" encoding="UTF-8" includeAntRuntime="false" - debug="true"> - - - - - - - - - - + debug="true" + classpathref="class.path.test"> @@ -80,13 +85,7 @@ - - - - - - - +