<?xml version="1.0" encoding="utf-8"?>
<project name="graphview" default="dist" basedir=".">
    <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/>
    <property name="plugin.main.version" value="19044"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Tobias Knerr"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.graphview.plugin.GraphViewPlugin"/>
    <property name="plugin.description" value="Visualizes routing information as a routing graph."/>
    <property name="plugin.icon" value="images/preferences/graphview.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>

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