Ignore:
Timestamp:
2015-05-07T01:34:08+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 8338

Location:
applications/editors/josm/plugins
Files:
4 edited

Legend:

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

    r31095 r31120  
    44    <property name="commit.message" value="BuildingTools: Alt key to disable tags"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7128"/>
     6    <property name="plugin.main.version" value="8338"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/build.xml

    r30953 r31120  
    44    <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7299"/>
     6    <property name="plugin.main.version" value="8338"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r30592 r31120  
    22<project name="tagging-preset-tester" default="dist" basedir=".">
    33    <property name="commit.message" value="[josm_tagging_preset_tester] #josm10288: fix NPE when starting without map"/>
    4     <property name="plugin.main.version" value="7412"/>
     4    <property name="plugin.main.version" value="8338"/>
    55    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    66    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r31023 r31120  
    55    <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="8005"/>
     7    <property name="plugin.main.version" value="8338"/>
    88
    99    <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
Note: See TracChangeset for help on using the changeset viewer.