<?xml version="1.0" encoding="utf-8"?>
<project name="o5m" 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"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.canloadatruntime" value="true"/>
    <property name="plugin.author" value="Gerd Petermann"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.o5m.O5mPlugin"/>
    <property name="plugin.description" value="Import OSM data in o5m format"/>
    <!--<property name="plugin.icon" value="..."/>-->
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
    <!--<property name="plugin.early" value="..."/>-->
    <!--<property name="plugin.requires" value="..."/>-->
    <!--<property name="plugin.stage" value="..."/>-->

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