<?xml version="1.0" encoding="utf-8"?>
<project name="ImageIO" default="dist" basedir=".">
    <property name="plugin.src.dir" value="src/main/java"/>
    <property name="plugin.test.dir" location="src/test/java"/>
    <property name="plugin.resources.dir" value="src/main/resources"/>
    <!-- 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="18877"/>

    <property name="plugin.author" value="Taylor Smock"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.imageio.ImageIOPlugin"/>
    <property name="plugin.description" value="Enable additional image types such as webp (each image type must be enabled in preferences)"/>
    <!--<property name="plugin.icon" value=""/>-->
    <!--<property name="plugin.link" value=""/>-->
    <property name="plugin.canloadatruntime" value="true"/>
    <property name="plugin.minimum.java.version" value="17"/>
    <property name="java.lang.version" value="17"/>

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