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

Last change on this file since 33683 was 32680, checked in by donvip, 8 years ago

see #josm11390 - switch to Java 8

  • Property svn:mime-type set to text/xml
File size: 985 bytes
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[16520]2<project name="graphview" default="dist" basedir=".">
[26174]3 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/>
[32680]4 <property name="plugin.main.version" value="10580"/>
[30550]5
6 <!-- Configure these properties (replace "..." accordingly).
[31926]7 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
[16520]8 -->
[30550]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"/>
[31923]13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>
[22547]14
[30550]15 <!-- ** include targets that all plugins have in common ** -->
16 <import file="../build-common.xml"/>
[16520]17</project>
Note: See TracBrowser for help on using the repository browser.