Changeset 32403 in osm for applications/editors/josm
- Timestamp:
- 2016-06-25T13:30:33+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32385 r32403 32 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:103 38')34 compile(':josm:10377') 35 35 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 36 compile (name: 'apache-commons'){changing=true} -
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryColorScheme.java
r32076 r32403 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.utils; 2 3 -
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/utils/ValidationUtil.java
r32065 r32403 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.utils; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.