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

Last change on this file since 34022 was 33608, checked in by donvip, 7 years ago

fix #josm15312 - update to JOSM 12859

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