Ignore:
Timestamp:
2013-07-24T21:45:09+02:00 (11 years ago)
Author:
akks
Message:

[josm_plugins]: move more plugin items to new menus, set minimum JOSM to 6082, add Netbeans projects

Location:
applications/editors/josm/plugins/terracer
Files:
2 added
2 edited

Legend:

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

    r29435 r29771  
    22<project name="terracer" default="dist" basedir=".">
    33    <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/>
    4     <property name="plugin.main.version" value="5613"/>
    5 
    6         <property name="plugin.author" value="Matt Amos"/>
     4    <property name="plugin.main.version" value="6082"/>
     5    <property name="plugin.author" value="Matt Amos"/>
    76    <property name="plugin.class" value="terracer.TerracerPlugin"/>
    87    <property name="plugin.description" value="Make terraced houses out of single blocks."/>
  • applications/editors/josm/plugins/terracer/src/terracer/TerracerPlugin.java

    r23191 r29771  
    2222        super(info);
    2323
    24         MainMenu.add(Main.main.menu.toolsMenu, new TerracerAction());
    25         MainMenu.add(Main.main.menu.toolsMenu, new ReverseTerraceAction());
     24        MainMenu.add(Main.main.menu.moreToolsMenu, new TerracerAction());
     25        MainMenu.add(Main.main.menu.moreToolsMenu, new ReverseTerraceAction());
    2626    }
    2727}
Note: See TracChangeset for help on using the changeset viewer.