Changeset 19993 in osm
- Timestamp:
- 2010-02-14T14:29:25+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r19991 r19993 35 35 <ant antfile="build.xml" target="dist" dir="slippymap"/> 36 36 <ant antfile="build.xml" target="dist" dir="surveyor"/> 37 <ant antfile="build.xml" target="dist" dir="public_transport"/> 37 38 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/> 38 39 <ant antfile="build.xml" target="dist" dir="tageditor"/> … … 75 76 <ant antfile="build.xml" target="clean" dir="piclayer"/> 76 77 <ant antfile="build.xml" target="clean" dir="plastic_laf"/> 78 <ant antfile="build.xml" target="clean" dir="public_transport"/> 77 79 <ant antfile="build.xml" target="clean" dir="remotecontrol"/> 78 80 <ant antfile="build.xml" target="clean" dir="routes"/> -
applications/editors/josm/plugins/public_transport/build.xml
r19968 r19993 86 86 <attribute name="Plugin-Description" value="This plugin simplifies the mapping and editing of public transport routes."/> 87 87 <attribute name="Plugin-Link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/public_transport"/> 88 <attribute name="Plugin-Mainversion" value=" ${plugin.main.version}"/>88 <attribute name="Plugin-Mainversion" value="2907"/> 89 89 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 90 90 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.