Ignore:
Timestamp:
2010-09-22T07:43:38+02:00 (15 years ago)
Author:
bastik
Message:

'use consistent plugin name (don't mix up the words)'

File:
1 edited

Legend:

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

    r23301 r23305  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="fix main class; add link" />
     33        <property name="commit.message" value="use consistent plugin name (don't mix up the words)" />
    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.ImportImagePlugin.ImageImportPlugin"/>
     120                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ImportImagePlugin.ImportImagePlugin"/>
    121121                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    122122                <attribute name="Plugin-Description" value="Plugin for importing spatial referenced images"/>
Note: See TracChangeset for help on using the changeset viewer.