Changeset 33423 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2017-07-01T16:47:08+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r33339 r33423 36 36 <!-- For Java9-specific stuff --> 37 37 <condition property="isJava9"> 38 < equals arg1="${ant.java.version}" arg2="1.9" />38 <matches string="${ant.java.version}" pattern="(1.)?9" /> 39 39 </condition> 40 40 <target name="-jaxb_before9" unless="isJava9">
Note:
See TracChangeset
for help on using the changeset viewer.