Changeset 34795 in osm for applications
- Timestamp:
- 2018-12-28T23:01:46+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34705 r34795 15 15 <property name="josm" location="../../core/dist/josm-custom.jar"/> 16 16 <property name="josm.test.build.dir" location="../../core/test/build"/> 17 <property name="jmockit.jar" location="../00_core_test_lib/jmockit -1.43.jar"/>17 <property name="jmockit.jar" location="../00_core_test_lib/jmockit.jar"/> 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 20 <property name="checkstyle.jar" location="../00_core_tools/checkstyle/checkstyle-all.jar"/> 21 21 <property name="checkstyle-build.dir" location="../00_core_tools/checkstyle/build"/> 22 <property name="jformatstring.jar" location="../00_core_tools/spotbugs/jFormatString-3.0.0.jar"/>23 22 <property name="spotbugs-ant.jar" location="../00_core_tools/spotbugs/spotbugs-ant.jar"/> 24 23 <property name="annotations.jar" location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/> … … 91 90 <path id="processor.path"> 92 91 <pathelement location="${error_prone_core.jar}"/> 93 <pathelement location="${jformatstring.jar}"/>94 92 </path> 95 93
Note:
See TracChangeset
for help on using the changeset viewer.