Ignore:
Timestamp:
2010-02-04T16:34:50+01:00 (14 years ago)
Author:
petrdlouhy
Message:

'build.xml according to official template'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tracer/build.xml

    r19863 r19864  
    102102    -->
    103103                        <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}" />
    111111                        </manifest>
    112112                </jar>
Note: See TracChangeset for help on using the changeset viewer.