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

Last change on this file since 35978 was 35978, checked in by taylor.smock, 2 years ago

See #22115: Extract methods from LatLon into ILatLon where they are generally applicable

This uses the extracted methods where possible, and removes unnecessary
Node#getCoor calls.

  • Property svn:mime-type set to text/xml
File size: 851 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"/>
[35978]4 <property name="plugin.main.version" value="18494"/>
[29771]5 <property name="plugin.author" value="Matt Amos"/>
[34584]6 <property name="plugin.class" value="org.openstreetmap.josm.plugins.terracer.TerracerPlugin"/>
[29035]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"/>
[35324]10 <property name="plugin.canloadatruntime" value="true"/>
[29035]11
12 <!-- ** include targets that all plugins have in common ** -->
13 <import file="../build-common.xml"/>
[13553]14</project>
Note: See TracBrowser for help on using the repository browser.