Ignore:
Timestamp:
2012-11-27T20:14:34+01:00 (13 years ago)
Author:
stoecker
Message:

add help target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/00_plugin_dir_template/README.template ΒΆ

    r22835 r29004  
    2424See build.xml in this directory and update the plugin specific properties in the
    2525configuration section.
    26  
     26
     27To get an command overview run
     28    > ant help
     29
     30To build the plugin run
     31    > ant  dist
     32
     33To install the generated plugin locally (in you default plugin directory) run
     34    > ant  install
     35
     36The generated plugin jar is not automatically available in JOSMs plugin configuration
     37dialog. You have to check it in first.
     38
     39Use the ant target 'publish' to check in the plugin and make it available to other
     40JOSM users:
     41    set the properties commit.message and plugin.main.version
     42and run
     43    > ant  publish
    2744
    2845Maintaining versions
Note: See TracChangeset for help on using the changeset viewer.