Changeset 36378 in osm for applications/editors/josm/plugins/MicrosoftStreetside/build.xml
- Timestamp:
- 2025-01-30T20:48:50+01:00 (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r36376 r36378 6 6 <!-- enter the SVN commit message --> 7 7 <property name="commit.message" value="Commit message"/> 8 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 9 <property name="plugin.main.version" value="19044"/> 10 11 <!-- Configure these properties (replace "..." accordingly). 8 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 9 <property name="plugin.main.version" value="19044"/> 10 <!-- Configure these properties (replace "..." accordingly). 12 11 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 13 12 --> 14 <property name="plugin.author" value="Microsoft"/> 15 <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin"/> 16 <property name="plugin.description" value="Allows the user to work with pictures hosted at Microsoft Streetside"/> 17 <property name="plugin.icon" value="images/streetside-logo.svg"/> 18 <property name="plugin.link" value="https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside"/> 19 <!--<property name="plugin.early" value="..."/>--> 20 <!--<property name="plugin.requires" value="..."/>--> 21 <!--<property name="plugin.stage" value="..."/>--> 22 <property name="plugin.canloadatruntime" value="true" /> 23 <property name="plugin.minimum.java.version" value="21" /> 24 <property name="plugin.requires" value="apache-commons;javafx"/> 25 <property file="${basedir}/gradle.properties"/> 13 <property name="plugin.author" value="Microsoft"/> 14 <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin"/> 15 <property name="plugin.description" value="Allows the user to work with pictures hosted at Microsoft Streetside"/> 16 <property name="plugin.icon" value="images/streetside-logo.svg"/> 17 <property name="plugin.link" value="https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside"/> 18 <!--<property name="plugin.early" value="..."/>--> 19 <!--<property name="plugin.requires" value="..."/>--> 20 <!--<property name="plugin.stage" value="..."/>--> 21 <property name="plugin.canloadatruntime" value="true"/> 22 <property name="plugin.minimum.java.version" value="21"/> 23 <property name="plugin.requires" value="apache-commons;javafx"/> 26 24 <property name="josm" location="../../core/dist/josm-custom.jar"/> 27 25 <property name="plugin.dist.dir" value="../../dist"/>
Note:
See TracChangeset
for help on using the changeset viewer.