Index: /applications/editors/josm/plugins/mappaint/build.xml
===================================================================
--- /applications/editors/josm/plugins/mappaint/build.xml	(revision 3779)
+++ /applications/editors/josm/plugins/mappaint/build.xml	(revision 3780)
@@ -2,6 +2,6 @@
 
 	<!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
-	<!-- <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" /> -->
-	<property name="josm" location="../josm/josm-latest.jar" ></property>
+	<property name="josm" location="../../core/dist/josm-custom.jar" />
+	<!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
 	
 	<!-- target directory to place the plugin in -->
@@ -32,5 +32,5 @@
 			<manifest>
 				<attribute name="Plugin-Class" value="mappaint.MapPaintPlugin" />
-				<attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.&lt;br&gt;You need an elemstyles.xml saved into ~/.josm/plugins/mappaint/" />
+				<attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.&lt;br&gt;" />
 			</manifest>
 		</jar>
@@ -42,4 +42,8 @@
 	</target>
 
+	<target name="clean_install">
+		<delete file="${plugins}/mappaint.jar" />
+	</target>
+
 	<target name="install" depends="build">
 		<copy file="dist/mappaint.jar" todir="${plugins}"/>
