. Fix the build for Java 8.

PR:		201347
Approved by:	Maintainer timeout
This commit is contained in:
Greg Lewis 2015-07-20 06:31:20 +00:00
parent 1eaf95447f
commit 0fb2d69d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392549

View file

@ -1,6 +1,14 @@
--- build.xml.orig 2015-05-23 02:27:12 UTC
+++ build.xml
@@ -59,7 +59,7 @@
--- build.xml.orig 2015-07-04 15:28:32.000000000 -0700
+++ build.xml 2015-07-04 15:28:59.000000000 -0700
@@ -26,6 +26,7 @@
<or>
<equals arg1="${ant.java.version}" arg2="1.6"/>
<equals arg1="${ant.java.version}" arg2="1.7"/>
+ <equals arg1="${ant.java.version}" arg2="1.8"/>
</or>
</condition>
@@ -59,7 +60,7 @@
</target>
<target name="defaultrelease" unless="is.svn">