Changeset 33095 in osm


Ignore:
Timestamp:
2016-12-04T19:54:13+01:00 (8 years ago)
Author:
bwr57
Message:

russian and spain translation

Location:
applications/editors/josm/plugins/CustomizePublicTransportStop
Files:
3 edited

Legend:

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

    r32680 r33095  
    6767                <attribute name="Plugin-Class" value="ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin" />
    6868                <attribute name="Plugin-Date" value="${plugin.build.date}" />
    69                 <attribute name="Plugin-Description" value="Customization of public transport stops." />
     69                <attribute name="Plugin-Description" value="Customization of public public transport stops." />
    7070                <attribute name="Plugin-Icon" value="images/bus.png"/>
    7171                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
    7272                <attribute name="Plugin-Mainversion" value="${josm.required.version}" />
    73                 <attribute name="Plugin-Version" value="0.3" />
     73                <attribute name="Plugin-Version" value="0.4" />
    7474                <attribute name="ru_Plugin-Description" value="Настройка остановки общественного транспорта в соответствии со стандартом" />
    7575            </manifest>
     
    9393        <echo>Installing the plugin in ${local.install.path}</echo>
    9494        <copy file="${plugin.jar}" todir="C:\Users\bwr57_000\AppData\Roaming\JOSM\plugins" />
    95     </target>   
    96 
    97     <target name="test"/>
    98     <target name="checkstyle"/>
    99     <target name="findbugs"/>
     95    </target>
     96       
     97    <target name="test"/> 
     98        <target name="checkstyle"/>
     99        <target name="findbugs"/>
    100100</project>
Note: See TracChangeset for help on using the changeset viewer.