source: osm/applications/editors/josm/plugins/mapillary/gradle/josm-preferences.xml@ 32053

Last change on this file since 32053 was 31784, checked in by floscher, 9 years ago

[mapillary] Declutter build.gradle, no longer needs JOSM installed in order to try plugin

When running ./gradlew runJosm, the latest JOSM-version is downloaded and run with JOSM_HOME set inside the build-directory, so it doesn't interfere with some other JOSM-installation.

File size: 254 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<preferences xmlns="http://josm.openstreetmap.de/preferences-1.0">
3 <list key='plugins'>
4 <entry value='Mapillary'/>
5 <entry value='apache-commons'/>
6 <entry value='apache-http'/>
7 </list>
8</preferences>
Note: See TracBrowser for help on using the repository browser.