Changeset 11965 in josm for trunk/build.xml
- Timestamp:
- 2017-04-21T12:43:49+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r11964 r11965 701 701 <echo message="Checking editor imagery difference"/> 702 702 <groovy src="scripts/SyncEditorLayerIndex.groovy" classpath="${dist.dir}/josm-custom.jar"> 703 <arg value="-no skip"/>703 <arg value="-noeli"/> 704 704 <arg value="-p"/> 705 <arg value=" eli.imagery.xml"/>705 <arg value="imagery_eliout.imagery.xml"/> 706 706 <arg value="-q"/> 707 <arg value=" josm.imagery.xml"/>707 <arg value="imagery_josmout.imagery.xml"/> 708 708 </groovy> 709 709 </target> … … 713 713 <arg value="https://josm.openstreetmap.de/maps"/> 714 714 <arg value="-O"/> 715 <arg value=" maps.xml"/>715 <arg value="imagery_josm.imagery.xml"/> 716 716 <arg value="--unlink"/> 717 717 </exec> … … 719 719 <arg value="https://josm.openstreetmap.de/wiki/ImageryCompareIgnores?format=txt"/> 720 720 <arg value="-O"/> 721 <arg value=" maps_ignores.txt"/>721 <arg value="imagery_josm.ignores.txt"/> 722 722 <arg value="--unlink"/> 723 723 </exec> … … 725 725 <arg value="https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/imagery.geojson"/> 726 726 <arg value="-O"/> 727 <arg value="imagery .geojson"/>727 <arg value="imagery_eli.geojson"/> 728 728 <arg value="--unlink"/> 729 729 </exec>
Note: See TracChangeset
for help on using the changeset viewer.