-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.xml
17 lines (14 loc) · 888 Bytes
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<project name="indoor_sweepline" default="dist" basedir=".">
<!-- enter the SVN commit message -->
<property name="commit.message" value="Commit message"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="7817"/>
<property name="plugin.author" value="Roland M. Olbricht"/>
<property name="plugin.class" value="indoor_sweepline.IndoorSweepline"/>
<property name="plugin.description" value="This plugin simplifies the mapping and editing of indoor corridors."/>
<!-- <property name="plugin.icon" value=""/> -->
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/indoor_sweepline"/>
<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
</project>