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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="irsrectify shortcut conflict"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="12743"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Ilya Zverev"/>
    <property name="plugin.class" value="irsrectify.IRSRectifyPlugin"/>
    <property name="plugin.description" value="A helper for IRS satellite adjustment."/>
    <property name="plugin.icon" value="images/irsrectify.png"/>
    <property name="plugin.link" value="https://forum.openstreetmap.org/viewtopic.php?id=6817"/>
    <!--<property name="plugin.early" value="..."/>-->
    <!--<property name="plugin.requires" value="..."/>-->
    <!--<property name="plugin.stage" value="..."/>-->

    <target name="additional-manifest">
        <manifest file="MANIFEST" mode="update">
            <attribute name="ru_Plugin-Description" value="Удобный инструмент создания файлов привязки космоснимков IRS."/>
        </manifest>
    </target>

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