Ignore:
Timestamp:
2016-05-21T02:30:19+02:00 (8 years ago)
Author:
donvip
Message:

include findbugs annotations.jar in test.classpath to avoid groovyc compilation warning

File:
1 edited

Legend:

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

    r32175 r32188  
    1616    <property name="josm.test.build.dir"    location="../../core/test/build"/>
    1717    <property name="groovy.jar"             location="../00_core_tools/groovy-all-2.4.6.jar"/>
     18    <property name="annotations.jar"        location="../00_core_tools/findbugs/annotations.jar"/>
    1819    <property name="plugin.build.dir"       location="build"/>
    1920    <property name="plugin.test.dir"        location="test"/>
     
    420421        <pathelement path="${plugin.jar}"/>
    421422        <pathelement path="${groovy.jar}"/>
     423        <pathelement path="${annotations.jar}"/>
    422424    </path>
    423425    <macrodef name="init-test-preferences">
Note: See TracChangeset for help on using the changeset viewer.