From b4723bb01264eb31558ad695d8ea2fe7cfc3fdc7 Mon Sep 17 00:00:00 2001 From: Ben Speakmon Date: Fri, 12 Oct 2007 08:40:40 +0000 Subject: [PATCH] - default compile source/target to 1.3 --- build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5ae465d..5586be7 100644 --- a/build.xml +++ b/build.xml @@ -27,6 +27,8 @@ + + @@ -91,7 +93,9 @@ debug="${comp.debug}" optimize="${comp.optimize}" verbose="${comp.verbose}" - depend="${comp.depend}"> + depend="${comp.depend}" + source="${comp.source}" + target="${comp.target}">