Changeset 22365 in osm for applications/editors/josm
- Timestamp:
- 2010-07-18T23:32:49+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/build.xml
r21114 r22365 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Changed the constructor signature of the pluginmain class" />33 <property name="commit.message" value="fix main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="2830" /> … … 97 97 <manifest> 98 98 <attribute name="Author" value="Nakor"/> 99 <attribute name="Plugin-Class" value=" Undelete.Undelete"/>99 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.undelete.Undelete"/> 100 100 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 101 101 <attribute name="Plugin-Description" value="Allows undeleting object from OSM database"/>
Note:
See TracChangeset
for help on using the changeset viewer.