Changeset 36376 in osm for applications/editors/josm/plugins
- Timestamp:
- 2025-01-28T19:47:28+01:00 (3 days ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r36348 r36376 6 6 <!-- enter the SVN commit message --> 7 7 <property name="commit.message" value="Commit message"/> 8 <!-- edit the properties of this plugin in the file `gradle.properties` --> 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). 12 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 13 --> 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"/> 9 25 <property file="${basedir}/gradle.properties"/> 10 26 <property name="josm" location="../../core/dist/josm-custom.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.