Ignore:
Timestamp:
2017-07-01T16:47:08+02:00 (7 years ago)
Author:
donvip
Message:

update java 9 detection mechanism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r33339 r33423  
    3636    <!-- For Java9-specific stuff -->
    3737    <condition property="isJava9">
    38         <equals arg1="${ant.java.version}" arg2="1.9" />
     38        <matches string="${ant.java.version}" pattern="(1.)?9" />
    3939    </condition>
    4040    <target name="-jaxb_before9" unless="isJava9">
Note: See TracChangeset for help on using the changeset viewer.