Changeset 11324 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-11-27T05:16:30+01:00 (7 years ago)
Author:
Don-vip
Message:

findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11310 r11324  
    663663        <sequential>
    664664            <echo message="Generating Taginfo for type @{type} to @{output}"/>
    665             <groovy src="${taginfoextract}" classpath="${dist.dir}/josm-custom.jar">
     665            <groovy src="${taginfoextract}" classpath="${dist.dir}/josm-custom.jar:tools/findbugs/annotations.jar">
    666666                <arg value="-t"/>
    667667                <arg value="@{type}"/>
Note: See TracChangeset for help on using the changeset viewer.