<?xml version="1.0" encoding="utf-8"?>
<project name="pdfimport" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="bug fix"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
	<property name="plugin.canloadatruntime" value="true"/>   
    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="extropy"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.pdfimport.PdfImportPlugin"/>
    <property name="plugin.description" value="Import PDF file into a layer and convert pdf lines to ways."/>
    <property name="plugin.icon" value="images/pdf_import.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Pdf_Import"/>
    <!-- <property name="plugin.requires" value="apache-commons"/> -->
    
    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>
    <target name="pre-compile" depends="fetch_dependencies"/>
</project>
