From: Marko Grönroos Date: Tue, 30 Dec 2008 21:34:36 +0000 (+0000) Subject: Don't compile with other than Java 1.5 compilers. For #2367. X-Git-Tag: 6.7.0.beta1~3433 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e28a966f8ebacf43a2307f9168767c3f2fc497e;p=vaadin-framework.git Don't compile with other than Java 1.5 compilers. For #2367. svn changeset:6374/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index 0ff57ace82..7a2c1ecfe7 100644 --- a/build/build.xml +++ b/build/build.xml @@ -110,8 +110,29 @@ - - + + + + + + + + + Java version is ${ant.java.version} as required. + + + + + + + + Java Servlet 2.3 used. + + + + + +