Changeset 22663 in osm for applications/editors


Ignore:
Timestamp:
2010-08-16T23:19:25+02:00 (14 years ago)
Author:
krokkofant
Message:

changed readme file and build.xml

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/waypoint_search/README

    r22661 r22663  
    22======
    33
    4 Readme for your plugin
     4This plugin enables a user to search for waypoint imported from a gpx file.
     5After the plugin is installed a new button is presented on the left side of the map window.
     6Pressing this buttons open the search dialog on the right side.
     7Click on one of the search results/waypoints to move the map.
     8
  • applications/editors/josm/plugins/waypoint_search/build.xml

    r22661 r22663  
    100100    -->
    101101            <manifest>
    102                 <attribute name="Author" value="Åsmund Realfsen"/>
     102                <attribute name="Author" value="Åsmund Realfsen - realfsen at gmx.net"/>
    103103                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.waypointSearch.WaypointSearchPlugin"/>
    104104                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
     
    121121       
    122122
    123     <target name="revision">
    124        
     123    <target name="revision">   
    125124         <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    126125            <env key="LANG" value="C"/>
     
    130129        </exec>
    131130        <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
    132         <delete file="REVISION"/> 
    133        
     131        <delete file="REVISION"/>       
    134132    </target>
    135133
  • applications/editors/josm/plugins/waypoint_search/build/README

    r22661 r22663  
    22======
    33
    4 Readme for your plugin
     4This plugin enables a user to search for waypoint imported from a gpx file.
     5After the plugin is installed a new button is presented on the left side of the map window.
     6Pressing this buttons open the search dialog on the right side.
     7Click on one of the search results/waypoints to move the map.
     8
Note: See TracChangeset for help on using the changeset viewer.