Changeset 32188 in osm
- Timestamp:
- 2016-05-21T02:30:19+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r32175 r32188 16 16 <property name="josm.test.build.dir" location="../../core/test/build"/> 17 17 <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"/> 18 19 <property name="plugin.build.dir" location="build"/> 19 20 <property name="plugin.test.dir" location="test"/> … … 420 421 <pathelement path="${plugin.jar}"/> 421 422 <pathelement path="${groovy.jar}"/> 423 <pathelement path="${annotations.jar}"/> 422 424 </path> 423 425 <macrodef name="init-test-preferences">
Note:
See TracChangeset
for help on using the changeset viewer.