Changeset 12428 in josm
- Timestamp:
- 2017-06-24T18:37:08+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r12408 r12428 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 <path id="test.classpath">
Note:
See TracChangeset
for help on using the changeset viewer.