generated from tsmock/00_plugin_dir_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.xml
18 lines (14 loc) · 961 Bytes
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<project name="waydownloader" default="dist" basedir=".">
<!-- enter the SVN commit message -->
<property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="14153"/>
<property name="plugin.author" value="Harry Wood"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin"/>
<property name="plugin.description" value="Easy downloading along a long set of interconnected ways"/>
<property name="plugin.icon" value="images/way-download.png"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/>
<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
</project>