Changeset 34606 in osm for applications/editors


Ignore:
Timestamp:
2018-08-27T13:44:01+02:00 (6 years ago)
Author:
donvip
Message:

see #josm16682 - next version will require openjfx plugin

File:
1 edited

Legend:

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

    r34601 r34606  
    88        <property name="commit.message" value="Commit message" />
    99        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    10         <property name="plugin.main.version" value="14153" />
     10        <property name="plugin.main.version" value="14183" />
    1111
    1212        <property name="plugin.author" value="renerr18" />
     
    1515        <property name="plugin.icon" value="images/streetside-logo-white.png" />
    1616        <property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/>
    17         <property name="plugin.requires" value="apache-commons;apache-http;"/>
     17        <property name="plugin.requires" value="apache-commons;apache-http;openjfx"/>
    1818
    1919        <property name="plugin.canloadatruntime" value="true"/>
Note: See TracChangeset for help on using the changeset viewer.