<?xml version="1.0" encoding="utf-8"?>
<project name="importvec" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Remove the action, add importing SVG to File/Open"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>

    <property name="plugin.author" value="Upliner"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.importvec.ImportVecPlugin"/>
    <property name="plugin.description" value="Import vector graphics (SVG)"/>
    <!-- <property name="plugin.icon" value=""/> -->
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/>

    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>
</project>
