Changeset 19137 in josm for trunk/build.xml


Ignore:
Timestamp:
2024-07-10T16:56:12+02:00 (21 months ago)
Author:
stoecker
Message:

add iD and Rapid to editor sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19050 r19137  
    8181        <property name="java.lang.version" value="11" />
    8282        <property name="test.headless" value="true" />
     83        <property name="noErrorProne" value="false"/>
    8384        <property name="jacoco.includes" value="org.openstreetmap.josm.*" />
    8485        <property name="jacoco.inclbootstrapclasses" value="false" />
     
    866867            <arg value="--unlink"/>
    867868        </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>
    868881        <antcall target="imageryindex"/>
    869882    </target>
Note: See TracChangeset for help on using the changeset viewer.