Merge pull request #6 from chkal/jdk7
Set javac options for source and target to JDK7
This commit is contained in:
commit
252c44a155
@ -46,7 +46,9 @@
|
|||||||
classpathref="project.classpath"
|
classpathref="project.classpath"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
includes="com/verisignlabs/dnssec/" />
|
includes="com/verisignlabs/dnssec/"
|
||||||
|
source="1.7"
|
||||||
|
target="1.7" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="sectools-jar" depends="usage,sectools">
|
<target name="sectools-jar" depends="usage,sectools">
|
||||||
|
Loading…
Reference in New Issue
Block a user