Set javac options for source and target to JDK7

This commit is contained in:
Christian Kaltepoth 2018-02-28 08:47:40 +01:00
parent 4853426d6c
commit a7743fa18c
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@
classpathref="project.classpath"
deprecation="true"
includeantruntime="false"
includes="com/verisignlabs/dnssec/" />
includes="com/verisignlabs/dnssec/"
source="1.7"
target="1.7" />
</target>
<target name="sectools-jar" depends="usage,sectools">