forked from Rub21/osm-obj-info
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.xml
More file actions
12 lines (12 loc) · 747 Bytes
/
build.xml
File metadata and controls
12 lines (12 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<project name="osm-obj-info" default="dist" basedir=".">
<property name="commit.message" value="Display OpenStreetMap object information"/>
<property name="plugin.main.version" value="19044"/>
<property name="plugin.author" value="Rub21"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.osmobjinfo.OSMObjInfoPlugin"/>
<property name="plugin.description" value="Display OpenStreetMap object information"/>
<property name="plugin.icon" value="images/iconosmobjid.png"/>
<property name="plugin.link" value="https://github.com/Rub21/osm-obj-info"/>
<property name="plugin.canloadatruntime" value="true"/>
<import file="../build-common.xml"/>
</project>