Changeset 22293 in osm for applications
- Timestamp:
- 2010-07-13T02:20:12+02:00 (15 years ago)
- 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
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/download_along/build.xml
r22292 r22293 28 28 ** 29 29 --> 30 <project name=" michigan_left" default="dist" basedir=".">30 <project name="download_along" default="dist" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> … … 97 97 <manifest> 98 98 <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"/> 100 100 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 101 101 <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"/> 104 104 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 105 105 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.