Ignore:
Timestamp:
2010-09-21T19:58:05+02:00 (14 years ago)
Author:
bastik
Message:

'fix main class; add link'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r23299 r23301  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="fixed #j5485 - class path property does not work like this (causes crash)" />
     33        <property name="commit.message" value="fix main class; add link" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3376" />
     
    118118                        <manifest>
    119119                <attribute name="Author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/>
    120                 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ImageImportPlugin.ImageImportPlugin"/>
     120                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ImportImagePlugin.ImageImportPlugin"/>
    121121                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    122122                <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"/>
    123124                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    124125                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.