Changeset 32680 in osm for applications/editors/josm/plugins/mapillary
- Timestamp:
- 2016-07-21T03:12:55+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 edited
-
.classpath (modified) (1 diff)
-
build.gradle (modified) (2 diffs)
-
gradle.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.classpath
r32378 r32680 4 4 <classpathentry kind="src" path="src"/> 5 5 <classpathentry kind="src" path="test/unit"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/mapillary/build.gradle
r32652 r32680 6 6 apply plugin: 'pmd' 7 7 8 sourceCompatibility = '1. 7'8 sourceCompatibility = '1.8' 9 9 10 10 repositories { … … 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:10 485')34 compile(':josm:10580') 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/gradle.properties
r32579 r32680 5 5 plugin.icon=images/icon24.png 6 6 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary 7 plugin.main.version=10 3697 plugin.main.version=10580 8 8 plugin.requires=apache-commons;apache-http 9 9 plugin.version=1.1.5
Note:
See TracChangeset
for help on using the changeset viewer.
