Changeset 34772 in osm for applications


Ignore:
Timestamp:
2018-12-08T01:24:13+01:00 (6 years ago)
Author:
vodryc
Message:

Metadata changes for streetside

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/build.xml

    r34745 r34772  
    77    <!-- enter the SVN commit message -->
    88    <property name="commit.message" value="Commit message" />
    9     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    10     <property name="plugin.main.version" value="14183" />
    11 
    12     <property name="plugin.author" value="renerr18" />
    13     <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" />
    14     <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." />
    15     <property name="plugin.icon" value="images/streetside-logo-white.png" />
    16     <!--<property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/>-->
    17 
    18     <property name="plugin.canloadatruntime" value="true"/>
    199
    2010    <!-- edit the properties of this plugin in the file `gradle.properties` -->
  • applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties

    r34708 r34772  
    1 plugin.author=renerr18
     1plugin.author=Microsoft
    22plugin.canloadatruntime=true
    33plugin.class=org.openstreetmap.josm.plugins.streetside.StreetsidePlugin
    44plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside
    55plugin.icon=images/streetside-logo.svg
    6 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MicrosoftStreetside
     6plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
    77
    88# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
    99# You can check if the plugin compiles against this version by executing `./gradlew minJosmVersionClasses`.
    10 plugin.main.version=14153
     10plugin.main.version=14460
    1111#plugin.version=
    1212# Version of JOSM against which the plugin is compiled
    1313# Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
    1414# If not, choose the next higher number that is available, or the gradle build will break.
    15 plugin.compile.version=14163
     15plugin.compile.version=14460
    1616plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
    1717
Note: See TracChangeset for help on using the changeset viewer.