Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow compilation on Java 1.7 (otherwise source="1.6" requires bootst…
…rapping with the rt.jar from Java 1.6).
  • Loading branch information
Nioub committed Apr 13, 2012
1 parent 3ab0482 commit ab0bb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -82,6 +82,7 @@ Author: Neil Sanchala
<classpath refid="classpath.path" />
<compilerarg value="-Werror"/> <!-- warnings become errors -->
<compilerarg value="-Xlint:deprecation"/>
<compilerarg value="-Xlint:-options"/>
</javac>

</target>
Expand Down

0 comments on commit ab0bb1b

Please sign in to comment.