[armedbear-cvs] r14398 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Sat Feb 23 11:17:52 UTC 2013
Author: mevenson
Date: Sat Feb 23 03:17:48 2013
New Revision: 14398
Log:
build: fix warning if compiling with jdk-1.7.0_0[0123].
Modified:
trunk/abcl/build.xml
Modified: trunk/abcl/build.xml
==============================================================================
--- trunk/abcl/build.xml Thu Feb 21 02:29:13 2013 (r14397)
+++ trunk/abcl/build.xml Sat Feb 23 03:17:48 2013 (r14398)
@@ -154,7 +154,7 @@
pattern="1\.6\.0_[1-9][0-9]"/>
<!-- 1.7.0_04 works much better. -->
<matches string="${java.version}"
- pattern="1\.7\.0_([0-9][3-9])|([1-9][0-9])"/>
+ pattern="1\.7\.0_(0[4-9])|([1-9][0-9])"/>
</or>
</condition>
More information about the armedbear-cvs
mailing list