Changeset 21715 in osm for applications
- Timestamp:
- 2010-06-14T20:16:13+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r21225 r21715 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Trivial fixes" />33 <property name="commit.message" value="Added image icon" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3000" /> … … 104 104 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 105 105 <attribute name="Plugin-Description" value="Plugin for reverting changesets"/> 106 <attribute name="Plugin-Icon" value="images/revert-changeset.png"/> 106 107 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/> 107 108 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note:
See TracChangeset
for help on using the changeset viewer.