Index: applications/editors/josm/plugins/smed_about/build.xml
===================================================================
--- applications/editors/josm/plugins/smed_about/build.xml	(revision 23228)
+++ applications/editors/josm/plugins/smed_about/build.xml	(revision 23230)
@@ -28,5 +28,5 @@
 **
 -->
-<project name="smed_about" basedir=".">
+<project name="02_smed_about" basedir=".">
 
 	<!-- enter the SVN commit message -->
@@ -46,4 +46,5 @@
 	<property name="smed.build.dir"         value="../smed/build"/>
 	<property name="smed.src.dir"           value="../smed/src"/>
+	<property name="smed.plugins"           value="../smed/plugins"/>
 	<!-- this is the directory where the plugin jar is copied to -->
 	<property name="plugin.dist.dir"        value="../../dist"/>
@@ -190,4 +191,7 @@
 			</manifest>
 		</jar>
+		
+		<copy file="${plugin.jar}" todir="${smed.plugins}"/>
+		
 	</target>
 	
