Rev | Line | |
---|
[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <project name="undelete" default="dist" basedir=".">
|
---|
| 3 | <!-- enter the SVN commit message -->
|
---|
| 4 | <property name="commit.message" value="adapt to core changes (backwards compatible)"/>
|
---|
| 5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[32680] | 6 | <property name="plugin.main.version" value="10580"/>
|
---|
[28807] | 7 |
|
---|
[29474] | 8 | <property name="plugin.author" value="Nakor"/>
|
---|
| 9 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.undelete.Undelete"/>
|
---|
| 10 | <property name="plugin.description" value="Allows undeleting object from OSM database"/>
|
---|
| 11 | <property name="plugin.icon" value="images/undelete.png"/>
|
---|
[31923] | 12 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/>
|
---|
[29474] | 13 |
|
---|
| 14 | <!-- ** include targets that all plugins have in common ** -->
|
---|
[28807] | 15 | <import file="../build-common.xml"/>
|
---|
| 16 |
|
---|
[26174] | 17 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.