Changeset 21575 in osm for applications
- Timestamp:
- 2010-06-04T08:16:49+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r21253 r21575 44 44 <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/> 45 45 <ant antfile="build.xml" target="dist" dir="terracer"/> 46 <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/> 46 47 <ant antfile="build.xml" target="dist" dir="tracer"/> 47 48 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/> … … 98 99 <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/> 99 100 <ant antfile="build.xml" target="clean" dir="terracer"/> 101 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/> 100 102 <ant antfile="build.xml" target="clean" dir="tracer"/> 101 103 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/> -
applications/editors/josm/plugins/touchscreenhelper/build.xml
r21571 r21575 74 74 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 75 75 <attribute name="Plugin-Description" value="Provides helper buttons to allow working with single button mouse (stylus). Currently adds only one button to slip the map."/> 76 <attribute name="Plugin-Link" value="..."/>77 76 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 78 77 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.