Changes between Version 55 and Version 56 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2011-12-20T21:46:45+01:00 (14 years ago)
Author:
stoecker
Comment:

Removed outdated text.

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v55 v56  
    7575}}}
    7676
    77 For legacy reasons, JOSM (may) currently also allow POJOs with a no-arg constructor as plugin main classes. This approach is '''deprecated''' and may have been disabled in Q2/2010. (''TODO was it disabled?'') New plugins should provide a constructor with one parameter of type [source:/trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java PluginInformation]. 
     77Plugins must provide a constructor with one parameter of type [source:/trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java PluginInformation].
    7878
    7979=== Naming the plugin ===