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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Commit message"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    <property name="plugin.author" value="Paul Hartmann"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.npm.NPMPlugin"/>
    <property name="plugin.description" value="Use your system''s password manager to store the API username and password. (KWallet and gnome-keyring are supported.)"/>
    <property name="plugin.icon" value="images/lock24x24.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/>
    <property name="plugin.requires" value="jna"/>

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

    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
        <include name="jna.jar"/>
    </fileset>
    
</project>
