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

Last change on this file since 32516 was 32466, checked in by donvip, 9 years ago

remove calls to deprecated methods

  • Property svn:mime-type set to text/xml
File size: 1.1 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
2<project name="alignways" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
[27732]4 <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/>
[29854]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[32466]6 <property name="plugin.main.version" value="10353"/>
[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"/>
12 <property name="plugin.class" value="com.tilusnet.josm.plugins.alignways.AlignWaysPlugin"/>
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"/>
[26174]16
[30550]17 <!-- ** include targets that all plugins have in common ** -->
18 <import file="../build-common.xml"/>
[26174]19</project>
Note: See TracBrowser for help on using the repository browser.