<?xml version="1.0" encoding="utf-8"?>
<project name="pdfimport" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Initial pdfimport version"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="12678"/>
    
    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="extropy"/>
    <property name="plugin.class" value="pdfimport.PdfImportPlugin"/>
    <property name="plugin.description" value="Import PDF file and convert to ways."/>
    <property name="plugin.icon" value="images/pdf_import.png"/>
    <property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/>
    <property name="plugin.requires" value="apache-commons"/>
    
    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>
</project>
