From 5f5d4b98acea435eec089aa4b3cbd2c676d70521 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Wed, 2 Jun 2010 20:30:17 +0000 Subject: [PATCH] Specify java 1.6 compatibility in the compile steps, instead of java 1.5 --- webapp/build.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/webapp/build.xml b/webapp/build.xml index 23b6692a8..c253da84a 100644 --- a/webapp/build.xml +++ b/webapp/build.xml @@ -150,7 +150,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory. debug="true" deprecation="true" optimize="true" - source="1.5"> + source="1.6"> @@ -164,7 +164,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory. debug="true" deprecation="true" optimize="false" - source="1.5"> + source="1.6"> @@ -271,9 +271,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory. - + @@ -297,4 +295,5 @@ deploy - Deploy the application directly into the Tomcat webapps directory. +