Changeset 14358 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-03-30T16:35:29+02:00 (16 years ago)
Author:
stoecker
Message:

updated manifest

File:
1 edited

Legend:

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

    r14125 r14358  
    3333        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    3434            <manifest>
     35                <attribute name="Author" value="Francisco R. Santos" />
    3536                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.openLayers.OpenLayersPlugin" />
     37                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    3638                <attribute name="Plugin-Description" value="Displays an OpenLayers background image" />
     39                <attribute name="Plugin-Mainversion" value="1498"/>
     40                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3741            </manifest>
    3842        </jar>
Note: See TracChangeset for help on using the changeset viewer.