Changeset 19137 in josm for trunk/build.xml
- Timestamp:
- 2024-07-10T16:56:12+02:00 (21 months ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r19050 r19137 81 81 <property name="java.lang.version" value="11" /> 82 82 <property name="test.headless" value="true" /> 83 <property name="noErrorProne" value="false"/> 83 84 <property name="jacoco.includes" value="org.openstreetmap.josm.*" /> 84 85 <property name="jacoco.inclbootstrapclasses" value="false" /> … … 866 867 <arg value="--unlink"/> 867 868 </exec> 869 <exec append="false" executable="wget" failifexecutionfails="true"> 870 <arg value="https://raw.githubusercontent.com/openstreetmap/iD/develop/data/imagery.json"/> 871 <arg value="-O"/> 872 <arg value="imagery_id.geojson"/> 873 <arg value="--unlink"/> 874 </exec> 875 <exec append="false" executable="wget" failifexecutionfails="true"> 876 <arg value="https://raw.githubusercontent.com/facebook/Rapid/main/data/imagery.json"/> 877 <arg value="-O"/> 878 <arg value="imagery_rapid.geojson"/> 879 <arg value="--unlink"/> 880 </exec> 868 881 <antcall target="imageryindex"/> 869 882 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
