[Armedbear-cvs] r14671 - branches/1.3.1

mevenson at common-lisp.net mevenson at common-lisp.net
Thu Apr 17 10:37:58 UTC 2014


Author: mevenson
Date: Thu Apr 17 10:37:57 2014
New Revision: 14671

Log:
Backport r14660:  Don't emit warnings for JDK8 in build process: it seems to work just fine.

Modified:
   branches/1.3.1/build.xml

Modified: branches/1.3.1/build.xml
==============================================================================
--- branches/1.3.1/build.xml	Thu Apr 17 10:37:06 2014	(r14670)
+++ branches/1.3.1/build.xml	Thu Apr 17 10:37:57 2014	(r14671)
@@ -156,6 +156,8 @@
           <!-- 1.7.0_04 works much better. -->
           <matches string="${java.version}" 
                    pattern="1\.7\.0_(0[4-9])|([1-9][0-9])"/>
+          <matches string="${java.version}" 
+                   pattern="1\.8\.0"/>
         </or>  
       </condition>
 




More information about the armedbear-cvs mailing list