Ignore:
Timestamp:
2018-05-18T19:25:09+02:00 (8 years ago)
Author:
nzara
Message:

Block uploading of imported layers

File:
1 edited

Legend:

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

    r34097 r34201  
    22<project name="pdfimport" default="dist" basedir=".">
    33    <!-- enter the SVN commit message -->
    4     <property name="commit.message" value="Initial pdfimport version"/>
     4    <property name="commit.message" value=""/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    66    <property name="plugin.main.version" value="12678"/>
     
    1111    <property name="plugin.author" value="extropy"/>
    1212    <property name="plugin.class" value="pdfimport.PdfImportPlugin"/>
    13     <property name="plugin.description" value="Import PDF file and convert to ways."/>
     13    <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"/>
    1515    <!--<property name="plugin.link" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.