Changeset 23301 in osm for applications/editors/josm/plugins/ImportImagePlugin
- Timestamp:
- 2010-09-21T19:58:05+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r23299 r23301 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value="fix ed #j5485 - class path property does not work like this (causes crash)" />33 <property name="commit.message" value="fix main class; add link" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3376" /> … … 118 118 <manifest> 119 119 <attribute name="Author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/> 120 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.Im ageImportPlugin.ImageImportPlugin"/>120 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ImportImagePlugin.ImageImportPlugin"/> 121 121 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 122 122 <attribute name="Plugin-Description" value="Plugin for importing spatial referenced images"/> 123 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 123 124 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 124 125 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.