Changeset 27119 in osm


Ignore:
Timestamp:
2011-11-22T10:13:08+01:00 (13 years ago)
Author:
stoecker
Message:

josm plugin i18n update

Location:
applications/editors/josm/plugins
Files:
32 added
136 edited

Legend:

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

    r27102 r27119  
    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="4487"/>
     95                <attribute name="Plugin-Mainversion" value="4549"/>
    9696                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9797                <attribute name="Plugin-Icon" value="images/colcsvicon.png"/>
  • applications/editors/josm/plugins/CommandLine/build.xml

    r26605 r27119  
    44    <property name="commit.message" value="Moar bugfixes"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="4394"/>
     6    <property name="plugin.main.version" value="4549"/>
    77    <!--
    88      ************************************************
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r26605 r27119  
    2323<project name="AddrInterpolation" default="dist" basedir=".">
    2424    <property name="commit.message" value="Impoved Icon"/>
    25     <property name="plugin.main.version" value="4394"/>
     25    <property name="plugin.main.version" value="4549"/>
    2626    <!--
    2727      ************************************************
  • applications/editors/josm/plugins/build.xml

    r26962 r27119  
    6161        <ant antfile="build.xml" target="dist" dir="piclayer"/>
    6262        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
     63        <ant antfile="build.xml" target="dist" dir="print"/>
    6364        <ant antfile="build.xml" target="dist" dir="proj4j"/>
    6465        <ant antfile="build.xml" target="dist" dir="public_transport"/>
     
    149150        <ant antfile="build.xml" target="clean" dir="piclayer"/>
    150151        <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
     152        <ant antfile="build.xml" target="clean" dir="print"/>
    151153        <ant antfile="build.xml" target="clean" dir="proj4j"/>
    152154        <ant antfile="build.xml" target="clean" dir="public_transport"/>
  • applications/editors/josm/plugins/czechaddress/build.xml

    r26605 r27119  
    3232            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    3333            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    34             <attribute name="Plugin-Mainversion" value="4394"/>
     34            <attribute name="Plugin-Mainversion" value="4549"/>
    3535            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3636        </manifest>
  • applications/editors/josm/plugins/importvec/build.xml

    r26684 r27119  
    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="4453"/>
     34    <property name="plugin.main.version" value="4549"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r26605 r27119  
    2727<project name="junctionchecking" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4394"/>
     29    <property name="plugin.main.version" value="4549"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.build.dir" value="build"/>
  • applications/editors/josm/plugins/licensechange/build.xml

    r26605 r27119  
    2626    -->
    2727    <property name="commit.message" value=""/>
    28     <property name="plugin.main.version" value="4394"/>
     28    <property name="plugin.main.version" value="4549"/>
    2929    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3030    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/mapdust/build.xml

    r26605 r27119  
    33    <!-- properties -->
    44    <property name="commit.message" value="MapDust bug reporter plugin"/>
    5     <property name="plugin.main.version" value="4394"/>
     5    <property name="plugin.main.version" value="4549"/>
    66    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    77    <property name="plugin.build.dir" value="build/classes"/>
  • applications/editors/josm/plugins/native-password-manager/build.xml

    r26605 r27119  
    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="4394"/>
     35    <property name="plugin.main.version" value="4549"/>
    3636
    3737    <!--
  • applications/editors/josm/plugins/pdfimport/build.xml

    r26605 r27119  
    3333    <property name="commit.message" value="Initial pdfimport version"/>
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="4394"/>
     35    <property name="plugin.main.version" value="4549"/>
    3636    <!-- compilation properties -->
    3737    <property name="josm.build.dir" value="../../core"/>
  • applications/editors/josm/plugins/piclayer/build.xml

    r26605 r27119  
    2323<project name="PicLayer" default="dist" basedir=".">
    2424    <property name="commit.message" value="applied #J5852 (patch by Petschge) - new shear option"/>
    25     <property name="plugin.main.version" value="4394"/>
     25    <property name="plugin.main.version" value="4549"/>
    2626    <!--
    2727      ************************************************
  • applications/editors/josm/plugins/print/build.xml

    r27066 r27119  
    3232    <property name="commit.message" value="Prints more types of layers correctly now, tested with PicLayer"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4064"/>
     34    <property name="plugin.main.version" value="4549"/>
    3535    <!-- should not be necessary to change the following properties -->
    3636    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/proj4j/build.xml

    r26605 r27119  
    3636    <property name="commit.message" value="Commit message"/>
    3737    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    38     <property name="plugin.main.version" value="4394"/>
     38    <property name="plugin.main.version" value="4549"/>
    3939    <!--
    4040      ************************************************
  • applications/editors/josm/plugins/rgisopen/build.xml

    r26605 r27119  
    3232    <property name="commit.message" value="New plugin, rgisopen"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     34    <property name="plugin.main.version" value="4549"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/routing/build.xml

    r26605 r27119  
    2727<project name="routing" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4394"/>
     29    <property name="plugin.main.version" value="4549"/>
    3030    <!-- Define some properties -->
    3131    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r26605 r27119  
    2727<project name="tagging-preset-tester" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4394"/>
     29    <property name="plugin.main.version" value="4549"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.dist.dir" value="../../dist"/>
Note: See TracChangeset for help on using the changeset viewer.