Index: applications/editors/josm/plugins/toms/build.xml
===================================================================
--- applications/editors/josm/plugins/toms/build.xml	(revision 22566)
+++ applications/editors/josm/plugins/toms/build.xml	(revision 22567)
@@ -33,5 +33,5 @@
 	<property name="commit.message" value="New release" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="1465" />
+	<property name="plugin.main.version" value="3329" />
 
 
@@ -83,7 +83,4 @@
         </copy>
 
-		<copy todir="${plugin.build.dir}/resources">
-			<fileset dir="resources"/>
-		</copy>
 		<copy todir="${plugin.build.dir}/images">
 			<fileset dir="images"/>
@@ -91,6 +88,6 @@
 		<copy todir="${plugin.build.dir}">
 			<fileset dir=".">
-				<include name="README" />
-				<include name="LICENSE" />
+                <include name="copyright.txt" />
+                <include name="LICENSE.txt" />
 			</fileset>
 		</copy>
@@ -109,5 +106,5 @@
 				<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
 				<attribute name="Plugin-Description" value="Create and edit seamarks for OpenSeaMap"/>
-				<!-- <attribute name="Plugin-Icon" value="..."/> -->
+				<attribute name="Plugin-Icon" value="images/Smp.png"/>
 				<attribute name="Plugin-Link" value="http://openseamap.org/"/>
 				<attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
