Changeset 22365 in osm


Ignore:
Timestamp:
2010-07-18T23:32:49+02:00 (14 years ago)
Author:
bastik
Message:

fix main class

File:
1 edited

Legend:

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

    r21114 r22365  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
     33        <property name="commit.message" value="fix main class" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="2830" />
     
    9797                        <manifest>
    9898                                <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"/>
    100100                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    101101                                <attribute name="Plugin-Description" value="Allows undeleting object from OSM database"/>
Note: See TracChangeset for help on using the changeset viewer.