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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Imagery Offset Database"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    <property name="plugin.canloadatruntime" value="true"/>

    <property name="plugin.author" value="Ilya Zverev"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.imagery_offset_db.ImageryOffsetPlugin"/>
    <property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/>
    <property name="plugin.icon" value="images/iodb.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>

    <target name="additional-manifest">
        <manifest file="MANIFEST" mode="update">
            <attribute name="ru_Author" value="Илья Зверев"/>
            <attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/>
            <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
        </manifest>
    </target>

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

</project>
