-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild.xml
More file actions
12 lines (12 loc) · 784 Bytes
/
build.xml
File metadata and controls
12 lines (12 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<project name="changeset-viewer" default="dist" basedir=".">
<property name="commit.message" value="changeset-viewer plugin"/>
<property name="plugin.main.version" value="19044"/>
<property name="plugin.author" value="Rub21"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.changeset.ChangesetViewerPlugin"/>
<property name="plugin.description" value="Changeset Viewer plugin allows you to visualize the changesets in JOSM background"/>
<property name="plugin.icon" value="images/changeset-viewer.png"/>
<property name="plugin.link" value="https://github.com/JOSM/changeset-viewer"/>
<property name="plugin.canloadatruntime" value="true"/>
<import file="../build-common.xml"/>
</project>