From 8bb742a135e821d4c05b6997cedb438aa3694da4 Mon Sep 17 00:00:00 2001 From: limpbizkit Date: Sun, 23 Nov 2008 03:04:18 +0000 Subject: [PATCH] Specifying Java 1.5 explicitly in the build. We don't work build perfectly on Java 1.6 yet... git-svn-id: https://google-guice.googlecode.com/svn/trunk@695 d779f126-a31b-0410-b53b-1d3aecad763e --- common.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common.xml b/common.xml index cc7287c540..22796eecfe 100644 --- a/common.xml +++ b/common.xml @@ -13,7 +13,8 @@ + destdir="${build.dir}/classes" + source="1.5" target="1.5"> @@ -60,7 +61,8 @@ + destdir="${build.dir}/test" + source="1.5" target="1.5">