source: osm/applications/editors/josm/plugins/terracer/build.xml@ 29354

Last change on this file since 29354 was 29047, checked in by donvip, 12 years ago

[josm_terracer] fix #josm6172, see #josm6178 + bump JOSM main version

File size: 759 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="terracer" default="dist" basedir=".">
3 <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/>
4 <property name="plugin.main.version" value="5613"/>
5
6 <property name="plugin.author" value="Matt Amos"/>
7 <property name="plugin.class" value="terracer.TerracerPlugin"/>
8 <property name="plugin.description" value="Make terraced houses out of single blocks."/>
9 <property name="plugin.icon" value="images/terrace.png"/>
10 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/>
11
12 <!-- ** include targets that all plugins have in common ** -->
13 <import file="../build-common.xml"/>
14</project>
Note: See TracBrowser for help on using the repository browser.