Changeset 23299 in osm for applications/editors/josm
- Timestamp:
- 2010-09-21T18:14:45+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r23187 r23299 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Commit message" />33 <property name="commit.message" value="fixed #j5485 - class path property does not work like this (causes crash)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="" /> 35 <property name="plugin.main.version" value="3376" /> 36 36 37 37 … … 121 121 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 122 122 <attribute name="Plugin-Description" value="Plugin for importing spatial referenced images"/> 123 <attribute name="Plugin-Mainversion" value=" 3376"/>123 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 124 124 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 125 <attribute name="Class-Path" value="."/>126 125 </manifest> 127 126 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.