Ignore:
Timestamp:
2019-06-03T14:35:47+02:00 (5 years ago)
Author:
rebeccas95
Message:

Fixing #17748 - solves JavaFX problem

File:
1 edited

Legend:

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

    r35005 r35027  
    11<?xml version="1.0" encoding="utf-8"?>
    2 
    32<project name="PicLayer" default="dist" basedir=".">
    4 
    53    <property name="commit.message" value="[josm/PicLayer] - #12045 add ability to localize dialog titles"/>
    6 
    74    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    8 
    9     <property name="plugin.main.version" value="11713"/>
    10 
    11 
    12 
     5    <property name="plugin.main.version" value="14153"/>
     6       
    137    <!-- Configure these properties (replace "..." accordingly).
    14 
    158         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    16 
    179    -->
    18 
    19     <property name="plugin.author" value="Tomasz Stelmach, Rebecca Schmidt"/>
    20 
     10    <property name="plugin.author" value="Tomasz Stelmach"/>
    2111    <property name="plugin.class" value="org.openstreetmap.josm.plugins.piclayer.PicLayerPlugin"/>
    22 
    2312    <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 
    2513    <property name="plugin.icon" value="images/layericon.png"/>
    26 
    2714    <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer"/>
    28 
    2915    <property name="plugin.canloadatruntime" value="true"/>
    3016
    31 
    32 
    3317    <!-- ** include targets that all plugins have in common ** -->
    34 
    3518    <import file="../build-common.xml"/>
    3619
    37 
    38 
    3920</project>
Note: See TracChangeset for help on using the changeset viewer.