Permalink
Browse files

Mesquite is moving to java 5 (1.5) source level; start by fixing the …

…compile flags in the build script
  • Loading branch information...
1 parent f970806 commit b69674cb8acd3368c5db5c261d37f030180c3721 @pmidford pmidford committed Oct 5, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 buildfiles/build.xml
View
@@ -43,8 +43,8 @@
<javac srcdir="${sourceDir}"
destdir="${buildDir}"
debug="on"
- target="1.4"
- source="1.4">
+ target="1.5"
+ source="1.5">
<classpath refid="mesquitePath"/>
</javac>
<copy todir="${buildDir}/mesquite/pdap/aPDAPintro">

0 comments on commit b69674c

Please sign in to comment.