Changeset 11412 in josm for trunk/build.xml
- Timestamp:
- 2016-12-22T18:03:12+01:00 (9 years ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r11324 r11412 689 689 <echo message="Checking editor imagery difference"/> 690 690 <groovy src="scripts/SyncEditorImageryIndex.groovy" classpath="${dist.dir}/josm-custom.jar"> 691 <arg value="-nomissingeii"/> 691 <!--<arg value="-nomissingeii"/>--> 692 692 </groovy> 693 693 </target> … … 707 707 </exec> 708 708 <exec append="false" executable="wget" failifexecutionfails="true"> 709 <arg value="https://raw.githubusercontent.com/osmlab/editor-imagery-index/gh-pages/imagery.json"/> 709 <arg value="https://raw.githubusercontent.com/osmlab/editor-imagery-index/gh-pages/imagery.geojson"/> 710 710 <arg value="-O"/> 711 <arg value="imagery.json"/> 711 <arg value="imagery.geojson"/> 712 712 <arg value="--unlink"/> 713 713 </exec>
Note:
See TracChangeset
for help on using the changeset viewer.
