From 8a41ddc66ad358295d3fee9e11c42dc5168aac88 Mon Sep 17 00:00:00 2001
From: Rich Lane <rich.lane@bigswitch.com>
Date: Wed, 23 May 2012 17:43:30 -0700
Subject: [PATCH] set javac source and target explicitly

---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index c94be94c1..e0d0ecbcc 100644
--- a/build.xml
+++ b/build.xml
@@ -37,6 +37,8 @@
     <property name="packetstreamer-thrift-jar" value="packetstreamer-thrift.jar"/>
     <property name="floodlight-jar" location="${target}/floodlight.jar"/>
     <property name="floodlight-test-jar" location="${target}/floodlight-test.jar"/>
+    <property name="ant.build.javac.source" value="1.6"/>
+    <property name="ant.build.javac.target" value="1.6"/>
 
     <patternset id="lib">
         <include name="logback-classic-1.0.0.jar"/>
-- 
GitLab