|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <project name="rex" default="dist" basedir="."> |
3 | | - <!-- enter the SVN commit message --> |
4 | | - <property name="commit.message" value="Commit message"/> |
5 | | - <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> |
6 | | - <property name="plugin.main.version" value="18494"/> |
7 | | - |
8 | | - <!-- Configure these properties (replace "..." accordingly). |
| 3 | + <!-- enter the SVN commit message --> |
| 4 | + <property name="commit.message" value="Commit message"/> |
| 5 | + <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> |
| 6 | + <property name="plugin.main.version" value="19044"/> |
| 7 | + <!-- Configure these properties (replace "..." accordingly). |
9 | 8 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins |
10 | 9 | --> |
11 | | - <property name="plugin.description" value="Expand a simple intersection to a roundabout in gradual steps. Select an intersection node or a roundabout and press Crtl-Shift-R"/> |
12 | | - <property name="plugin.author" value="Gorm Egeberg Johnsen"/> |
13 | | - <property name="plugin.class" value="org.openstreetmap.josm.plugins.rex.RoundaboutExpanderPlugin"/> |
14 | | - <!--<property name="plugin.early" value="..."/>--> |
15 | | - <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoundaboutExpander"/> |
16 | | - <property name="plugin.icon" value="images/dialogs/logo-rex.svg"/> |
17 | | - <!--<property name="plugin.requires" value="..."/>--> |
18 | | - <!--<property name="plugin.stage" value="..."/>--> |
19 | | - <property name="plugin.canloadatruntime" value="true"/> |
20 | | - |
21 | | - <!-- ** include targets that all plugins have in common ** --> |
22 | | - <import file="../build-common.xml"/> |
| 10 | + <property name="plugin.description" value="Expand a simple intersection to a roundabout in gradual steps. Select an intersection node or a roundabout and press Crtl-Shift-R"/> |
| 11 | + <property name="plugin.author" value="Gorm Egeberg Johnsen"/> |
| 12 | + <property name="plugin.class" value="org.openstreetmap.josm.plugins.rex.RoundaboutExpanderPlugin"/> |
| 13 | + <!--<property name="plugin.early" value="..."/>--> |
| 14 | + <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoundaboutExpander"/> |
| 15 | + <property name="plugin.icon" value="images/dialogs/logo-rex.svg"/> |
| 16 | + <!--<property name="plugin.requires" value="..."/>--> |
| 17 | + <!--<property name="plugin.stage" value="..."/>--> |
| 18 | + <property name="plugin.canloadatruntime" value="true"/> |
| 19 | + <!-- ** include targets that all plugins have in common ** --> |
| 20 | + <import file="../build-common.xml"/> |
23 | 21 | </project> |
0 commit comments