Changeset 22567 in osm
- Timestamp:
- 2010-08-04T15:43:06+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/toms
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/build.xml
r22566 r22567 33 33 <property name="commit.message" value="New release" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 1465" />35 <property name="plugin.main.version" value="3329" /> 36 36 37 37 … … 83 83 </copy> 84 84 85 <copy todir="${plugin.build.dir}/resources">86 <fileset dir="resources"/>87 </copy>88 85 <copy todir="${plugin.build.dir}/images"> 89 86 <fileset dir="images"/> … … 91 88 <copy todir="${plugin.build.dir}"> 92 89 <fileset dir="."> 93 README" />94 90 <include name="copyright.txt" /> 91 <include name="LICENSE.txt" /> 95 92 </fileset> 96 93 </copy> … … 109 106 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 110 107 <attribute name="Plugin-Description" value="Create and edit seamarks for OpenSeaMap"/> 111 < !-- <attribute name="Plugin-Icon" value="..."/> -->108 <attribute name="Plugin-Icon" value="images/Smp.png"/> 112 109 <attribute name="Plugin-Link" value="http://openseamap.org/"/> 113 110 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note:
See TracChangeset
for help on using the changeset viewer.