Changeset 32050 in osm


Ignore:
Timestamp:
2016-02-06T18:06:50+01:00 (9 years ago)
Author:
donvip
Message:

fix #josm12501 - fix i18n message, classpath

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath

    r32048 r32050  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    5         <classpathentry kind="lib" path="C:/Rodsoft/java/workspace/svn/trunk/dist/josm-custom.jar" sourcepath="C:/Rodsoft/java/workspace/svn/trunk/dist/josm-custom.jar"/>
     5        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml

    r32048 r32050  
    7070                <attribute name="Plugin-Class" value="ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin" />
    7171                <attribute name="Plugin-Date" value="${plugin.build.date}" />
    72                 <attribute name="Plugin-Description" value="(Warning: Experimental!) Customizing of public public transport stops." />
     72                <attribute name="Plugin-Description" value="Customizing of public transport stops." />
    7373                <attribute name="Plugin-Icon" value="images/bus.png"/>
    7474                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
Note: See TracChangeset for help on using the changeset viewer.