Changeset 35342 in osm


Ignore:
Timestamp:
2020-02-29T16:25:28+01:00 (5 years ago)
Author:
donvip
Message:

see #josm17516 - update to error-prone 2.3.5-SNAPSHOT

File:
1 edited

Legend:

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

    r35340 r35342  
    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="auto-value-annotations.jar" location="../00_core_tools/auto-value-annotations.jar"/>
    2021    <property name="dataflow.jar"           location="../00_core_tools/dataflow.jar"/>
    2122    <property name="javacutil.jar"          location="../00_core_tools/javacutil.jar"/>
     
    106107        <pathelement location="${guava.jar}"/>
    107108        <pathelement location="${jformatstring.jar}"/>
     109        <pathelement location="${auto-value-annotations.jar}"/>
    108110    </path>
    109111
Note: See TracChangeset for help on using the changeset viewer.