Changeset 34324 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-06-19T18:48:07+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 1 1 bin 2 build 3 javadoc 4 .gradle
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
r34321 r34324 2 2 id "org.sonarqube" version "2.6.2" 3 3 id "org.kordamp.markdown.convert" version "1.1.0" 4 id 'org.openstreetmap.josm' version "0. 4.0"4 id 'org.openstreetmap.josm' version "0.5.0" 5 5 id "com.github.ben-manes.versions" version "0.17.0" 6 id 'com.github.spotbugs' version '1.6. 0'7 id "net.ltgt.errorprone" version "0.0.1 3"6 id 'com.github.spotbugs' version '1.6.2' 7 id "net.ltgt.errorprone" version "0.0.14" 8 8 9 9 id 'eclipse' -
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34319 r34324 62 62 63 63 <target name="install-plugin" depends="clean, dist, install"> 64 <echo>Installed areaselectorplugin</echo>64 <echo>Installed MicrosoftStreetside plugin</echo> 65 65 </target> 66 66 -
applications/editors/josm/plugins/MicrosoftStreetside/gradle/wrapper/gradle-wrapper.properties
r34317 r34324 1 1 distributionBase=GRADLE_USER_HOME 2 2 distributionPath=wrapper/dists 3 distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip 3 4 zipStoreBase=GRADLE_USER_HOME 4 5 zipStorePath=wrapper/dists 5 distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip6 distributionSha256Sum=b3afcc2d5aaf4d23eeab2409d64c54046147322d05acc7fb5a63f84d8a2b8bd7
Note:
See TracChangeset
for help on using the changeset viewer.