Skip to content

Commit

Permalink
Updating build JDK to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Oct 15, 2013
1 parent 14bab90 commit 57cb239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<target name="compile" depends="init">
<!-- Compile the java code from ${src} into ${build} -->
<javac source="1.5" target="1.5" srcdir="${src}" destdir="${build}" classpath="">
<javac source="1.6" target="1.6" srcdir="${src}" destdir="${build}" classpath="">
<include name="beagle/**"/>
</javac>
</target>
Expand Down

0 comments on commit 57cb239

Please sign in to comment.