Changeset 30329 in osm for applications/editors


Ignore:
Timestamp:
2014-03-19T22:27:58+01:00 (11 years ago)
Author:
mkyral
Message:

pointInfo: small doc update

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

Legend:

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

    r30328 r30329  
    1212        <ant antfile="build.xml" target="dist" dir="jts"/>
    1313        <ant antfile="build.xml" target="dist" dir="geotools"/>
    14         <ant antfile="build.xml" target="dist" dir="utilsplugin2"/> 
     14        <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>
    1515        <ant antfile="build.xml" target="dist" dir="log4j"/>
    1616        <!-- order not important -->
     
    7575        <ant antfile="build.xml" target="dist" dir="piclayer"/>
    7676        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
     77        <ant antfile="build.xml" target="dist" dir="pointInfo"/>
    7778        <ant antfile="build.xml" target="dist" dir="poly"/>
    7879        <ant antfile="build.xml" target="dist" dir="print"/>
  • applications/editors/josm/plugins/pointInfo

    • Property svn:ignore set to
      .git
      build
      .svnignore

  • applications/editors/josm/plugins/pointInfo/build.xml

    r30328 r30329  
    2727    <property name="plugin.author" value="Marian Kyral"/>
    2828    <property name="plugin.class" value="org.openstreetmap.josm.plugins.pointinfo.PointInfoPlugin"/>
    29     <property name="plugin.description" value="Shows an additional information about point on map"/>
     29    <property name="plugin.description" value="Shows an additional information about point on map. Currently only Czech Ruian module available."/>
    3030    <property name="plugin.icon" value="images/mapmode/info-sml.png"/>
    31     <!-- <property name="plugin.link" value="..."/>-->
     31    <property name="plugin.link" value="https://github.com/mkyral/josm-pointInfo"/>
    3232    <!--<property name="plugin.early" value="..."/>-->
    3333    <!--<property name="plugin.requires" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.