Changeset 9880 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-02-25T00:50:30+01:00 (9 years ago)
Author:
Don-vip
Message:

findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9842 r9880  
    619619    <target name="taginfo" depends="dist">
    620620        <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"/>
    622622        <property name="imgurlprefix" value="http://josm.openstreetmap.de/download/taginfo/taginfo-img"/>
    623623        <_taginfo type="mappaint" output="taginfo_style.json"/>
     
    629629        <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="${groovy.jar};tools/commons-cli-1.3.1.jar"/>
    630630        <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">
    632632            <arg value="-nomissingeii"/>
    633633        </groovy>
Note: See TracChangeset for help on using the changeset viewer.