diff --git a/build/build.xml b/build/build.xml index c30efd8cb..b617a79e5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -98,8 +98,8 @@ destdir="${compile.dir}" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" > @@ -113,8 +113,8 @@ destdir="${compile.dir}/jingle/extension" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" > @@ -141,8 +141,8 @@ destdir="${compile.test.dir}" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" >