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

Last change on this file since 35975 was 35975, checked in by Don-vip, 2 years ago

see #22104 - fix deprecation warnings

  • Property svn:mime-type set to text/xml
File size: 851 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="18464"/>
5 <property name="plugin.author" value="Matt Amos"/>
6 <property name="plugin.class" value="org.openstreetmap.josm.plugins.terracer.TerracerPlugin"/>
7 <property name="plugin.description" value="Make terraced houses out of single blocks."/>
8 <property name="plugin.icon" value="images/terrace.png"/>
9 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/>
10 <property name="plugin.canloadatruntime" value="true"/>
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.