Changeset 34708 in osm for applications/editors
- Timestamp:
- 2018-10-29T22:06:45+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34610 r34708 15 15 <property name="plugin.icon" value="images/streetside-logo-white.png" /> 16 16 <property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/> 17 <property name="plugin.requires" value="apache-commons;apache-http;openjfx"/>18 17 19 18 <property name="plugin.canloadatruntime" value="true"/> -
applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
r34582 r34708 14 14 # If not, choose the next higher number that is available, or the gradle build will break. 15 15 plugin.compile.version=14163 16 plugin.requires=apache-commons;apache-http;utilsplugin2 16 plugin.requires=apache-commons;apache-http;utilsplugin2;javafx 17 17 18 18 # Character encoding of Gradle files
Note:
See TracChangeset
for help on using the changeset viewer.