Changeset 22293 in osm


Ignore:
Timestamp:
2010-07-13T02:20:12+02:00 (14 years ago)
Author:
nakor
Message:

First version

Location:
applications/editors/josm/plugins/download_along
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/download_along

    • Property svn:ignore set to
      build
  • applications/editors/josm/plugins/download_along/build.xml

    r22292 r22293  
    2828**
    2929-->
    30 <project name="michigan_left" default="dist" basedir=".">
     30<project name="download_along" default="dist" basedir=".">
    3131
    3232        <!-- enter the SVN commit message -->
     
    9797                        <manifest>
    9898                                <attribute name="Author" value="Nakor"/>
    99                                 <attribute name="Plugin-Class" value="MichiganLeft.MichiganLeft"/>
     99                                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugin.download_along.DownloadAlong"/>
    100100                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    101101                                <attribute name="Plugin-Description" value="Adds no left turn for sets of 4 or 5 ways"/>
    102                                 <attribute name="Plugin-Icon" value="images/michigan_left.png"/>
    103                                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>
     102                                <attribute name="Plugin-Icon" value="images/download_along.png"/>
     103                                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/>
    104104                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    105105                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.