source: osm/applications/editors/josm/plugins/graphview/build.xml@ 30736

Last change on this file since 30736 was 30550, checked in by donvip, 10 years ago

[josm_plugins] support for unit tests

  • Property svn:mime-type set to text/xml
File size: 982 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="graphview" default="dist" basedir=".">
3 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/>
4 <property name="plugin.main.version" value="7001"/>
5
6 <!-- Configure these properties (replace "..." accordingly).
7 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
8 -->
9 <property name="plugin.author" value="Tobias Knerr"/>
10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.graphview.plugin.GraphViewPlugin"/>
11 <property name="plugin.description" value="Visualizes routing information as a routing graph."/>
12 <property name="plugin.icon" value="images/preferences/graphview.png"/>
13 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>
14
15 <!-- ** include targets that all plugins have in common ** -->
16 <import file="../build-common.xml"/>
17</project>
Note: See TracBrowser for help on using the repository browser.