Last change
on this file since 36312 was 35848, checked in by GerdP, 3 years ago |
see #14176 - Migrate HistoryOsmPrimitive to Instant
|
-
Property svn:mime-type
set to
text/xml
|
File size:
891 bytes
|
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 -->
|
---|
[35848] | 6 | <property name="plugin.main.version" value="17838"/>
|
---|
[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"/>
|
---|
[35521] | 11 | <property name="plugin.icon" value="images/undelete.svg"/>
|
---|
[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.