Changeset 25191 in osm


Ignore:
Timestamp:
2011-01-31T10:32:54+01:00 (13 years ago)
Author:
stoecker
Message:

fix build due to JOSM change

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

Legend:

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

    r23541 r25191  
    3333    <property name="commit.message" value="Commit message" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/importvec/build.xml

    r23707 r25191  
    3333    <property name="commit.message" value="Commit message" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/tageditor/build.xml

    r21026 r25191  
    2929
    3030        <property name="commit.message" value="Updating to JOSM 3210" />
    31         <property name="plugin.main.version" value="3210" />
     31        <property name="plugin.main.version" value="3835" />
    3232
    3333        <!--
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r22454 r25191  
    2929
    3030        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    31         <property name="plugin.main.version" value="3388" />
     31        <property name="plugin.main.version" value="3835" />
    3232
    3333
  • applications/editors/josm/plugins/touchscreenhelper/build.xml

    r21575 r25191  
    3232        <property name="commit.message" value="Commit message" />
    3333        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34         <property name="plugin.main.version" value="3208" />
     34        <property name="plugin.main.version" value="3835" />
    3535
    3636        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/tracer/build.xml

    r22177 r25191  
    3333        <property name="commit.message" value="adapt to latest josm (getNodePairs changed)" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3348" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r22549 r25191  
    2727        -->
    2828        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    29         <property name="plugin.main.version" value="3408" />
     29        <property name="plugin.main.version" value="3835" />
    3030
    3131
  • applications/editors/josm/plugins/waypoint_search/build.xml

    r23220 r25191  
    3333    <property name="commit.message" value="bugfix of search when layer is added" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="3514" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/wayselector/build.xml

    r23103 r25191  
    3333        <property name="commit.message" value="Optimize WaySelection.findWay()." />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3095" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r24999 r25191  
    6666                <attribute name="Plugin-Icon" value="images/wmsracer.png"/>
    6767                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
    68                 <attribute name="Plugin-Mainversion" value="3715"/>
     68                <attribute name="Plugin-Mainversion" value="3835"/>
    6969                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    7070            </manifest>
Note: See TracChangeset for help on using the changeset viewer.