Changeset 9880 in josm for trunk/build.xml
- Timestamp:
- 2016-02-25T00:50:30+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9842 r9880 619 619 <target name="taginfo" depends="dist"> 620 620 <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="${groovy.jar};tools/commons-cli-1.3.1.jar"/> 621 <property name="taginfoextract" value="scripts/ taginfoextract.groovy"/>621 <property name="taginfoextract" value="scripts/TagInfoExtract.groovy"/> 622 622 <property name="imgurlprefix" value="http://josm.openstreetmap.de/download/taginfo/taginfo-img"/> 623 623 <_taginfo type="mappaint" output="taginfo_style.json"/> … … 629 629 <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="${groovy.jar};tools/commons-cli-1.3.1.jar"/> 630 630 <echo message="Checking editor imagery difference"/> 631 <groovy src="scripts/ sync_editor_imagery_index.groovy" classpath="${dist.dir}/josm-custom.jar">631 <groovy src="scripts/SyncEditorImageryIndex.groovy" classpath="${dist.dir}/josm-custom.jar"> 632 632 <arg value="-nomissingeii"/> 633 633 </groovy>
Note:
See TracChangeset
for help on using the changeset viewer.