mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6411 Updated build.xml to handle JDK7.
X-SVN-Rev: 25288
This commit is contained in:
parent
98e2009c00
commit
68858f5870
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@
|
|||
<condition property="target.rt.version" value="JAVASE6">
|
||||
<contains string="${java.version}" substring="1.6." />
|
||||
</condition>
|
||||
<condition property="target.rt.version" value="JAVASE7">
|
||||
<contains string="${java.version}" substring="1.7." />
|
||||
</condition>
|
||||
|
||||
<fail message="Failed to detect Java runtime library version used for building ICU4J"
|
||||
unless="target.rt.version" />
|
||||
|
|
Loading…
Add table
Reference in a new issue