Index: applications/editors/josm/plugins/piclayer/build.xml
===================================================================
--- applications/editors/josm/plugins/piclayer/build.xml	(revision 34544)
+++ applications/editors/josm/plugins/piclayer/build.xml	(revision 35001)
@@ -1,20 +1,39 @@
 <?xml version="1.0" encoding="utf-8"?>
+
 <project name="PicLayer" default="dist" basedir=".">
+
     <property name="commit.message" value="[josm/PicLayer] - #12045 add ability to localize dialog titles"/>
+
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
-	
+
+    <property name="plugin.main.version" value="11713"/>
+
+
+
     <!-- Configure these properties (replace "..." accordingly).
+
          See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+
     -->
-    <property name="plugin.author" value="Tomasz Stelmach"/>
+
+    <property name="plugin.author" value="Tomasz Stelmach, Rebecca Schmidt"/>
+
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.piclayer.PicLayerPlugin"/>
+
     <property name="plugin.description" value="This plugin allows to display any picture as a background in the editor and align it with the map."/>
+
     <property name="plugin.icon" value="images/layericon.png"/>
+
     <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer"/>
+
     <property name="plugin.canloadatruntime" value="true"/>
 
+
+
     <!-- ** include targets that all plugins have in common ** -->
+
     <import file="../build-common.xml"/>
 
+
+
 </project>
