aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e907291..79f4280 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@
<!-- Both srcdir and destdir should be package roots. -->
<!-- They could be different of course; in that case NetBeans can also be set -->
<!-- up to compile to a different filesystem in the same way; see Compiler Types: -->
- <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true">
+ <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.4" target="1.4">
<include name="net/java/**"/>
<!-- To add something to the classpath: -->
<!--