Changeset 10928 in josm for trunk


Ignore:
Timestamp:
2016-09-01T20:16:26+02:00 (8 years ago)
Author:
Don-vip
Message:

update to error-prone 2.0.12

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r10864 r10928  
    121121                            problems in source code); can be launched as an ant target in build.xml
    122122    - commons-cli-1.3.1.jar dependency of Groovy Ant task
    123     - error_prone_ant-2.0.11.jar
     123    - error_prone_ant-2.0.12.jar
    124124                            used to detect code errors during compilation
    125125    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
  • trunk/build.xml

    r10912 r10928  
    2626        <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
    2727        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.7.jar"/>
    28         <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.11.jar"/>
     28        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.12.jar"/>
    2929        <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
    3030        <!-- build parameter: compression level (ant -Dclevel=N)
Note: See TracChangeset for help on using the changeset viewer.