Changeset 34426 in osm


Ignore:
Timestamp:
2018-07-17T20:00:04+02:00 (6 years ago)
Author:
nzara
Message:

Refactored GUI, enhanced GUI

File:
1 edited

Legend:

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

    r34201 r34426  
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    66    <property name="plugin.main.version" value="12678"/>
    7     
     7        <property name="plugin.canloadatruntime" value="true"/>   
    88    <!-- Configure these properties (replace "..." accordingly).
    99         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     
    1313    <property name="plugin.description" value="Import PDF file into a layer and convert pdf lines to ways."/>
    1414    <property name="plugin.icon" value="images/pdf_import.png"/>
    15     <!--<property name="plugin.link" value="..."/>-->
    16     <property name="plugin.requires" value="apache-commons"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Pdf_Import"/>
     16    <!-- <property name="plugin.requires" value="apache-commons"/> -->
    1717   
    1818    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.