Index: /applications/editors/josm/plugins/openlayers/build.xml
===================================================================
--- /applications/editors/josm/plugins/openlayers/build.xml	(revision 14357)
+++ /applications/editors/josm/plugins/openlayers/build.xml	(revision 14358)
@@ -33,6 +33,10 @@
         <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
             <manifest>
+                <attribute name="Author" value="Francisco R. Santos" />
                 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.openLayers.OpenLayersPlugin" />
+                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
                 <attribute name="Plugin-Description" value="Displays an OpenLayers background image" />
+                <attribute name="Plugin-Mainversion" value="1498"/>
+                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
         </jar>
