<?xml version="1.0" encoding="utf-8"?>
<project name="ext_tools" default="dist" basedir=".">

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Upliner"/>
    <property name="plugin.class" value="ext_tools.ExtToolsPlugin"/>
    <property name="plugin.description" value="Use external scripts in JOSM"/>
    <property name="plugin.icon" value="images/ext.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/>
    <!--<property name="plugin.early" value="..."/>-->
    <!--<property name="plugin.requires" value="..."/>-->
    <!--<property name="plugin.stage" value="..."/>-->

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