Changeset 34887 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-02-12T00:42:56+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34874 r34887 18 18 <property name="error_prone_core.jar" location="../00_core_tools/error_prone_core.jar"/> 19 19 <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"/> 20 22 <property name="checkstyle.jar" location="../00_core_tools/checkstyle/checkstyle-all.jar"/> 21 23 <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"/> 22 25 <property name="spotbugs-ant.jar" location="../00_core_tools/spotbugs/spotbugs-ant.jar"/> 23 26 <property name="annotations.jar" location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/> … … 92 95 <path id="processor.path"> 93 96 <pathelement location="${error_prone_core.jar}"/> 97 <pathelement location="${failureaccess.jar}"/> 98 <pathelement location="${guava.jar}"/> 99 <pathelement location="${jformatstring.jar}"/> 94 100 </path> 95 101
Note:
See TracChangeset
for help on using the changeset viewer.