Changeset 31508 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-08-17T23:22:37+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r31470 r31508 13 13 <project name="plugin_common" basedir="." xmlns:jacoco="antlib:org.jacoco.ant"> 14 14 15 <property name="josm" location="../../ dist/josm-custom.jar"/>16 <property name="josm.test.build.dir" location="../../ test/build"/>15 <property name="josm" location="../../core/dist/josm-custom.jar"/> 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.3.jar"/> 18 18 <property name="plugin.build.dir" location="build"/>
Note:
See TracChangeset
for help on using the changeset viewer.