Changeset 32078 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-02-19T23:36:27+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32070 r32078 141 141 142 142 task activatePlugin(type: Copy) { 143 from "gradle/josm-preferences.xml" 144 into "$buildDir/.josm" 145 rename 'josm-preferences.xml', 'preferences.xml' 143 if (!new File("$buildDir/.josm/preferences.xml").exists()) { 144 from "gradle/josm-preferences.xml" 145 into "$buildDir/.josm" 146 rename 'josm-preferences.xml', 'preferences.xml' 147 } 146 148 } 147 149
Note:
See TracChangeset
for help on using the changeset viewer.
