summaryrefslogtreecommitdiffstats
path: root/guava/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'guava/build.xml')
-rw-r--r--guava/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava/build.xml b/guava/build.xml
index e6a73cbf..1457fd8c 100644
--- a/guava/build.xml
+++ b/guava/build.xml
@@ -35,8 +35,8 @@
<javac srcdir="src"
debug="on"
destdir="build/classes"
- source="1.5"
- target="1.5"
+ source="1.6"
+ target="1.6"
bootclasspath="${java5bootclasspath}"
extdirs="">
<compilerarg value="-Xlint:all"/>