Skip to content
Snippets Groups Projects
Commit 8a41ddc6 authored by Rich Lane's avatar Rich Lane
Browse files

set javac source and target explicitly

parent 9a43f112
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment