Changeset 34887 in osm for applications/editors


Ignore:
Timestamp:
2019-02-12T00:42:56+01:00 (5 years ago)
Author:
donvip
Message:

update build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r34874 r34887  
    1818    <property name="error_prone_core.jar"   location="../00_core_tools/error_prone_core.jar"/>
    1919    <property name="error_prone_javac.jar"  location="../00_core_tools/error_prone_javac.jar"/>
     20    <property name="failureaccess.jar"      location="../00_core_tools/failureaccess.jar"/>
     21    <property name="guava.jar"              location="../00_core_tools/guava.jar"/>
    2022    <property name="checkstyle.jar"         location="../00_core_tools/checkstyle/checkstyle-all.jar"/>
    2123    <property name="checkstyle-build.dir"   location="../00_core_tools/checkstyle/build"/>
     24    <property name="jformatstring.jar"      location="../00_core_tools/spotbugs/jFormatString-3.0.0.jar"/>
    2225    <property name="spotbugs-ant.jar"       location="../00_core_tools/spotbugs/spotbugs-ant.jar"/>
    2326    <property name="annotations.jar"        location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/>
     
    9295    <path id="processor.path">
    9396        <pathelement location="${error_prone_core.jar}"/>
     97        <pathelement location="${failureaccess.jar}"/>
     98        <pathelement location="${guava.jar}"/>
     99        <pathelement location="${jformatstring.jar}"/>
    94100    </path>
    95101
Note: See TracChangeset for help on using the changeset viewer.