Changeset 19864 in osm for applications
- Timestamp:
- 2010-02-04T16:34:50+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer/build.xml
r19863 r19864 102 102 --> 103 103 <manifest> 104 <attribute name="Author" value=" ..."/>105 <attribute name="Plugin-Class" value=" ..."/>106 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 107 <attribute name="Plugin-Description" value=" ..."/>108 <attribute name="Plugin-Link" value=" ..."/>109 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 110 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 104 <attribute name="Author" value="Jan Bilak, Petr Dlouhý" /> 105 <attribute name="Plugin-Class" value="tracer.TracerPlugin" /> 106 <attribute name="Plugin-Date" value="${version.entry.commit.date}" /> 107 <attribute name="Plugin-Description" value="Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) to be runnign." /> 108 <!-- <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer" /> --> 109 <attribute name="Plugin-Mainversion" value="${plugin.main.version}" /> 110 <attribute name="Plugin-Version" value="${version.entry.commit.revision}" /> 111 111 </manifest> 112 112 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.