Changeset 35001 in osm for applications/editors/josm/plugins/piclayer/build.xml
- Timestamp:
- 2019-05-17T19:22:51+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r34544 r35001 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 3 <project name="PicLayer" default="dist" basedir="."> 4 3 5 <property name="commit.message" value="[josm/PicLayer] - #12045 add ability to localize dialog titles"/> 6 4 7 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="14153"/> 6 8 9 <property name="plugin.main.version" value="11713"/> 10 11 12 7 13 <!-- Configure these properties (replace "..." accordingly). 14 8 15 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 16 9 17 --> 10 <property name="plugin.author" value="Tomasz Stelmach"/> 18 19 <property name="plugin.author" value="Tomasz Stelmach, Rebecca Schmidt"/> 20 11 21 <property name="plugin.class" value="org.openstreetmap.josm.plugins.piclayer.PicLayerPlugin"/> 22 12 23 <property name="plugin.description" value="This plugin allows to display any picture as a background in the editor and align it with the map."/> 24 13 25 <property name="plugin.icon" value="images/layericon.png"/> 26 14 27 <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer"/> 28 15 29 <property name="plugin.canloadatruntime" value="true"/> 16 30 31 32 17 33 <!-- ** include targets that all plugins have in common ** --> 34 18 35 <import file="../build-common.xml"/> 19 36 37 38 20 39 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
