source: osm/applications/editors/josm/plugins/alignways/build.xml@ 35967

Last change on this file since 35967 was 35753, checked in by taylor.smock, 4 years ago

AlignWays: recompile for compatibility with JOSM r17896

  • Property svn:mime-type set to text/xml
File size: 1.2 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
2<project name="alignways" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
[35753]4 <property name="commit.message" value="AlignWays: recompile for compatibility with JOSM r17896"/>
[29854]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[35753]6 <property name="plugin.main.version" value="17896"/>
[30550]7
8 <!-- Configure these properties (replace "..." accordingly).
[31926]9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
[26174]10 -->
[30550]11 <property name="plugin.author" value="Attila Szász"/>
[34489]12 <property name="plugin.class" value="org.openstreetmap.josm.plugins.alignways.AlignWaysPlugin"/>
[30550]13 <property name="plugin.description" value="Makes a pair of selected way segments parallel by rotating one of them around a chosen pivot."/>
14 <property name="plugin.icon" value="images/alignways.png"/>
[31923]15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/>
[33133]16 <property name="plugin.canloadatruntime" value="true"/>
[26174]17
[30550]18 <!-- ** include targets that all plugins have in common ** -->
19 <import file="../build-common.xml"/>
[26174]20</project>
Note: See TracBrowser for help on using the repository browser.