-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuild.xml
More file actions
12 lines (12 loc) · 782 Bytes
/
build.xml
File metadata and controls
12 lines (12 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<project name="PicLayer" default="dist" basedir=".">
<property name="plugin.main.version" value="19044"/>
<property name="plugin.author" value="Tomasz Stelmach"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.piclayer.PicLayerPlugin"/>
<property name="plugin.description" value="This plugin allows to display any picture as a background in the editor and align it with the map."/>
<property name="plugin.icon" value="images/layericon.png"/>
<property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer"/>
<property name="plugin.canloadatruntime" value="true"/>
<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
</project>