summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index ed3a0f7..376caea 100644
--- a/build.xml
+++ b/build.xml
@@ -34,8 +34,8 @@
(zipped source doesn't contain xdocs proposal) -->
<property name="ant-src.dir" location="/ant-src/ant"/>
<property name="xdocs.dir" location="${ant-src.dir}/proposal/xdocs"/>
- <property name="javac.source" value="1.3"/>
- <property name="javac.target" value="1.1"/>
+ <property name="javac.source" value="1.6"/>
+ <property name="javac.target" value="1.6"/>
<!--
===================================================================