Changeset 14358 in osm for applications/editors/josm
- Timestamp:
- 2009-03-30T16:35:29+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openlayers/build.xml
r14125 r14358 33 33 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 34 34 <manifest> 35 <attribute name="Author" value="Francisco R. Santos" /> 35 36 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.openLayers.OpenLayersPlugin" /> 37 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 36 38 <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}"/> 37 41 </manifest> 38 42 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.