Changeset 25192 in osm for applications/editors


Ignore:
Timestamp:
2011-01-31T11:02:24+01:00 (14 years ago)
Author:
stoecker
Message:

fix build due to JOSM change

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

Legend:

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

    r23803 r25192  
    8989                <attribute name="Author" value="Oliver Wieland"/>
    9090                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
    91                 <attribute name="Plugin-Date" value="24.10.2010"/>
     91                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    9292                <attribute name="Plugin-Description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
    9393                <attribute name="de_Plugin-Description" value="Importiert die CSV-Dateien des Columbus/Visiontac V-900 GPS Loggers in GPX-Daten."/>
    9494                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
    95                 <attribute name="Plugin-Mainversion" value="3329"/>
     95                <attribute name="Plugin-Mainversion" value="3835"/>
    9696                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9797                <attribute name="Plugin-Icon" value="images/colcsvicon.png"/>
  • applications/editors/josm/plugins/Create_grid_of_ways/build.xml

    r21706 r25192  
    3333        <property name="commit.message" value="Changed constructor signature, updated build.xml" />
    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/ElevationProfile/build.xml

    r24034 r25192  
    9696                <attribute name="Author" value="Oliver Wieland"/>
    9797                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.elevation.ElevationProfilePlugin"/>
    98                 <attribute name="Plugin-Date" value="02.11.10"/>
     98                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    9999                <attribute name="Plugin-Description" value="Shows the elevation profile and some statistical data of a GPX track."/>
    100100                <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX-Tracks."/>
    101101                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>
    102                 <attribute name="Plugin-Mainversion" value="3529"/>
     102                <attribute name="Plugin-Mainversion" value="3835"/>
    103103                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    104104                <attribute name="Plugin-Icon" value="images/elevation.png"/>
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r24942 r25192  
    9090                <attribute name="Author" value="Oliver Wieland"/>
    9191                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.fixAddresses.FixAddressesPlugin"/>
    92                 <attribute name="Plugin-Date" value="02.01.2011"/>
     92                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    9393                <attribute name="Plugin-Description" value="Finds and fixes invalid street addresses in a comfortable way."/>
    9494                <attribute name="de_Plugin-Description" value="Findet ungültige Addressen und bietet Unterstützung zur deren Korrektur."/>
    9595                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
    96                 <attribute name="Plugin-Mainversion" value="3529"/>
     96                <attribute name="Plugin-Mainversion" value="3835"/>
    9797                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9898                <attribute name="Plugin-Icon" value="images/fixaddresses.png"/>
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r23305 r25192  
    3333        <property name="commit.message" value="use consistent plugin name (don't mix up the words)" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3376" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r23804 r25192  
    3333        <property name="commit.message" value="update (23630 was committed together with the code which is not right)" />
    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/cadastre-fr/build.xml

    r25047 r25192  
    3434
    3535        <property name="commit.message" value="Changed constructor for Plugin" />
    36         <property name="plugin.main.version" value="3751" />
     36        <property name="plugin.main.version" value="3835" />
    3737
    3838    <target name="init">
  • applications/editors/josm/plugins/colorscheme/build.xml

    r19426 r25192  
    2929
    3030        <property name="commit.message" value="Uses new constructor for Plugin" />
    31         <property name="plugin.main.version" value="2830" />
     31        <property name="plugin.main.version" value="3835" />
    3232
    3333        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/czechaddress/build.xml

    r22812 r25192  
    4545            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    4646            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    47             <attribute name="Plugin-Mainversion" value="3338"/>
     47            <attribute name="Plugin-Mainversion" value="3835"/>
    4848            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    4949        </manifest>
  • applications/editors/josm/plugins/dataimport/build.xml

    r20431 r25192  
    3232        <property name="commit.message" value="Changed constructor signature, updated build.xml" />
    3333        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34         <property name="plugin.main.version" value="3119" />
     34        <property name="plugin.main.version" value="3835" />
    3535
    3636        <!--
  • applications/editors/josm/plugins/editgpx/build.xml

    r24625 r25192  
    2929
    3030        <property name="commit.message" value="Changed constructor signature of plugin main class" />
    31         <property name="plugin.main.version" value="3408" />
     31        <property name="plugin.main.version" value="3835" />
    3232
    3333
  • applications/editors/josm/plugins/globalsat/build.xml

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

    r22547 r25192  
    3333        <property name="commit.message" value="Updated 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="3408" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/lakewalker/build.xml

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

    r21706 r25192  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3119" />
     30        <property name="plugin.main.version" value="3835" />
    3131
    3232
  • applications/editors/josm/plugins/multipoly-convert/build.xml

    r21706 r25192  
    3434        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    3535        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    36         <property name="plugin.main.version" value="2830" />
     36        <property name="plugin.main.version" value="3835" />
    3737
    3838
  • applications/editors/josm/plugins/multipoly/build.xml

    r23800 r25192  
    3434        <property name="commit.message" value="adapt to latest josm" />
    3535        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    36         <property name="plugin.main.version" value="3637" />
     36        <property name="plugin.main.version" value="3835" />
    3737
    3838
  • applications/editors/josm/plugins/nearclick/build.xml

    r19458 r25192  
    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
  • applications/editors/josm/plugins/openvisible/build.xml

    r21706 r25192  
    3333        <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml" />
    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/osmarender/build.xml

    r21422 r25192  
    3535
    3636        <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load" />
    37         <property name="plugin.main.version" value="2830" />
     37        <property name="plugin.main.version" value="3835" />
    3838
    3939        <target name="init">
  • applications/editors/josm/plugins/pdfimport/build.xml

    r23991 r25192  
    3535        <property name="commit.message" value="Initial pdfimport version" />
    3636        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    37         <property name="plugin.main.version" value="3592" />
     37        <property name="plugin.main.version" value="3835" />
    3838
    3939
  • applications/editors/josm/plugins/public_transport/build.xml

    r20076 r25192  
    8686                <attribute name="Plugin-Description" value="This plugin simplifies the mapping and editing of public transport routes."/>
    8787                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/>
    88                 <attribute name="Plugin-Mainversion" value="2907"/>
     88                <attribute name="Plugin-Mainversion" value="3835"/>
    8989                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9090            </manifest>
  • applications/editors/josm/plugins/roadsigns/build.xml

    r22423 r25192  
    3333        <property name="commit.message" value="preset maintenance" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3338" />
     35        <property name="plugin.main.version" value="3835" />
    3636
    3737
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r21870 r25192  
    3333        <property name="commit.message" value="Initial commit" />
    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
Note: See TracChangeset for help on using the changeset viewer.