Author: nextgens
Date: 2008-06-22 03:32:22 +0000 (Sun, 22 Jun 2008)
New Revision: 20613
Modified:
trunk/freenet/build.xml
Log:
Ask emu to produce 1.5 bytecode from now on
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2008-06-22 03:24:30 UTC (rev 20612)
+++ trunk/freenet/build.xml 2008-06-22 03:32:22 UTC (rev 20613)
@@ -75,7 +75,7 @@
<!-- Create the build directory structure used by compile -->
- <javac srcdir="${src}" destdir="${build}" debug="on"
optimize="on" source="1.4">
+ <javac srcdir="${src}" destdir="${build}" debug="on"
optimize="on" source="1.5">
<classpath>
<pathelement
location="${freenet-ext.location}"/>
<pathelement location="gnu-crypto.jar"/>
@@ -128,7 +128,7 @@
<!-- ================================================== -->
<target name="unit-build" depends="compile" if="junit.present">
- <javac srcdir="${test}" destdir="${build-test}" debug="on"
optimize="on" source="1.4">
+ <javac srcdir="${test}" destdir="${build-test}" debug="on"
optimize="on" source="1.5">
<classpath>
<pathelement path="${build}"/>
<pathelement
location="${freenet-ext.location}"/>