<?xml version="1.0" encoding="utf-8"?>
<project name="jts" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
    <!-- 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="Josh Doe &lt;josh@joshdoe.com&gt;"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.jts.JTSPlugin"/>
    <property name="plugin.description" value="Provides Java Topology Suite (JTS) library and related utilities. Not meant to be installed directly by users, but rather as a dependency for other plugins."/>
    <property name="plugin.icon" value="images/jts.png"/>
    <property name="plugin.canloadatruntime" value="true"/>
    <!--<property name="plugin.link" value="..."/>-->
    <!--<property name="plugin.early" value="..."/>-->
    <!-- <property name="plugin.requires" value=""/> -->
    <property name="plugin.stage" value="10"/>

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

    <target name="pre-compile" depends="fetch_dependencies">
        <!-- include fetch_dependencies task -->
    </target>
</project>
