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

    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>

    <property name="plugin.author" value="Don-vip"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.pbf.PbfPlugin"/>
    <property name="plugin.description" value="Import/export OSM data in PBF format"/>
    <!--<property name="plugin.icon" value="images/pbf_24.png"/>-->
    <property name="plugin.canloadatruntime" value="true"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>

    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>
    <target name="pre-compile" depends="fetch_dependencies"/>

</project>
