Ignore:
Timestamp:
2011-01-31T15:58:55+01:00 (13 years ago)
Author:
stoecker
Message:

update all plugins

Location:
applications/editors/josm/plugins
Files:
1 deleted
29 edited

Legend:

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

    r25179 r25199  
    55    <property name="commit.message" value="Moar bugfixes" />
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="3826" />
     7    <property name="plugin.main.version" value="3835" />
    88
    99
  • applications/editors/josm/plugins/DirectDownload/build.xml

    r23585 r25199  
    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="3592" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/DirectUpload/build.xml

    r24239 r25199  
    2828
    2929        <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])" />
    30         <property name="plugin.main.version" value="3338" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r23102 r25199  
    2525
    2626        <property name="commit.message" value="Impoved Icon" />
    27         <property name="plugin.main.version" value="3514" />
     27        <property name="plugin.main.version" value="3835" />
    2828
    2929        <!--
  • applications/editors/josm/plugins/alignways/build.xml

    r24815 r25199  
    3636                with
    3737        -->
    38         <property name="plugin.main.version" value="3600" />
     38        <property name="plugin.main.version" value="3835" />
    3939
    4040
  • applications/editors/josm/plugins/build.xml

    r25037 r25199  
    1414        <ant antfile="build.xml" target="dist" dir="colorscheme"/>
    1515        <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
    16                 <ant antfile="build.xml" target="dist" dir="CommandLine"/>
     16        <ant antfile="build.xml" target="dist" dir="CommandLine"/>
     17        <ant antfile="build.xml" target="dist" dir="contourmerge"/>
    1718        <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
    1819        <ant antfile="build.xml" target="dist" dir="czechaddress"/>
     
    2930        <ant antfile="build.xml" target="dist" dir="gpxfilter"/>
    3031        <ant antfile="build.xml" target="dist" dir="graphview"/>
     32        <ant antfile="build.xml" target="dist" dir="imageryadjust"/>
    3133        <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
    3234        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
     
    3739        <ant antfile="build.xml" target="dist" dir="measurement"/>
    3840        <ant antfile="build.xml" target="dist" dir="michigan_left"/>
    39         <ant antfile="build.xml" target="dist" dir="multipoly"/>
    4041        <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
    4142        <ant antfile="build.xml" target="dist" dir="nearclick"/>
     
    5455        <ant antfile="build.xml" target="dist" dir="routes"/>
    5556        <ant antfile="build.xml" target="dist" dir="routing"/>
     57        <ant antfile="build.xml" target="dist" dir="scripting"/>
    5658        <ant antfile="build.xml" target="dist" dir="simplifyarea"/>
    5759        <ant antfile="build.xml" target="dist" dir="smed"/>
     
    8890        <ant antfile="build.xml" target="clean" dir="colorscheme"/>
    8991        <ant antfile="build.xml" target="clean" dir="CommandLine"/>
     92        <ant antfile="build.xml" target="clean" dir="contourmerge"/>
    9093        <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
    9194        <ant antfile="build.xml" target="clean" dir="czechaddress"/>
     
    100103        <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
    101104        <ant antfile="build.xml" target="clean" dir="graphview"/>
     105        <ant antfile="build.xml" target="clean" dir="imageryadjust"/>
    102106        <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
    103107        <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
     
    109113        <ant antfile="build.xml" target="clean" dir="measurement"/>
    110114        <ant antfile="build.xml" target="clean" dir="michigan_left"/>
    111         <ant antfile="build.xml" target="clean" dir="multipoly"/>
    112115        <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
    113116        <ant antfile="build.xml" target="clean" dir="nearclick"/>
     
    127130        <ant antfile="build.xml" target="clean" dir="routes"/>
    128131        <ant antfile="build.xml" target="clean" dir="routing"/>
     132        <ant antfile="build.xml" target="clean" dir="scripting"/>
    129133        <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
    130134        <ant antfile="build.xml" target="clean" dir="smed"/>
  • applications/editors/josm/plugins/contourmerge/build.xml

    r24975 r25199  
    2828
    2929        <property name="commit.message" value="Updating to JOSM 3210" />
    30         <property name="plugin.main.version" value="3210" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <!--
  • applications/editors/josm/plugins/epsg31287/build.xml

    r25193 r25199  
    3737    <property name="commit.message" value="fixed proj4 Parameters (thanks to Hetzi + Mikael Rittri)" />
    3838    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    39     <property name="plugin.main.version" value="3779" />
     39    <property name="plugin.main.version" value="3835" />
    4040
    4141
  • applications/editors/josm/plugins/ext_tools/build.xml

    r23327 r25199  
    3333        <property name="commit.message" value="show error if script cannot be executed" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3403" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/graphview/build.xml

    r23435 r25199  
    2828
    2929        <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac" />
    30         <property name="plugin.main.version" value="3576" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r24866 r25199  
    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="3715" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/irsrectify/build.xml

    r24997 r25199  
    3333    <property name="commit.message" value="New plugin - irsrectify" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="3715" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/mapdust/build.xml

    r24930 r25199  
    44        <!-- properties -->
    55        <property name="commit.message" value="MapDust bug reporter plugin" />
    6         <property name="plugin.main.version" value="3592" />
     6        <property name="plugin.main.version" value="3835" />
    77        <property name="josm" location="../../core/dist/josm-custom.jar"/>
    88        <property name="plugin.build.dir" value="build/classes" />
  • applications/editors/josm/plugins/measurement/build.xml

    r22547 r25199  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3408" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232
  • applications/editors/josm/plugins/openstreetbugs/build.xml

    r22723 r25199  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3416" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/photo_geotagging/build.xml

    r24928 r25199  
    2727        <property name="commit.message" value="fixed josm bug 5800 - 'Override old backup files?' message window can't get focus" />
    2828        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    29         <property name="plugin.main.version" value="3752" />
     29        <property name="plugin.main.version" value="3835" />
    3030
    3131
  • applications/editors/josm/plugins/piclayer/build.xml

    r24302 r25199  
    2424
    2525        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    26         <property name="plugin.main.version" value="3408" />
     26        <property name="plugin.main.version" value="3835" />
    2727
    2828        <!--
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r19469 r25199  
    3333        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2830" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/restart/build.xml

    r24396 r25199  
    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="3000" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/routes/build.xml

    r23422 r25199  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3565" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/routing/build.xml

    r23561 r25199  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3600" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <!-- Define some properties -->
  • applications/editors/josm/plugins/scripting/build.xml

    r25107 r25199  
    2828
    2929        <property name="commit.message" value="Now caches compiled scripts, if possible. Fixes OutOfMemory when running groovy scripts." />
    30         <property name="plugin.main.version" value="3751" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232        <!--
  • applications/editors/josm/plugins/smed/build.xml

    r25145 r25199  
    3333        <property name="commit.message" value="some new internationalized messages" />
    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/smed_fw/build.xml

    r24031 r25199  
    3333        <property name="commit.message" value="smed with embeddes felix and DS" />
    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/surveyor/build.xml

    r21706 r25199  
    3333        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2907" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/terracer/build.xml

    r24889 r25199  
    3333
    3434    <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct" />
    35     <property name="plugin.main.version" value="3711" />
     35    <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/turnrestrictions/build.xml

    r24125 r25199  
    3333        <property name="commit.message" value="Fixing #5614 - JOSM Plugin turn Restrictions" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3518" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737        <!--
  • applications/editors/josm/plugins/undelete/build.xml

    r24905 r25199  
    3333        <property name="commit.message" value="add rudimentary support for undeleting relations" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2830" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737        <!--
  • applications/editors/josm/plugins/videomapping/build.xml

    r23438 r25199  
    3333        <property name="commit.message" value="videomapping" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="1234" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.