Index: applications/editors/josm/plugins/smed_ex/build.xml
===================================================================
--- applications/editors/josm/plugins/smed_ex/build.xml	(revision 23230)
+++ applications/editors/josm/plugins/smed_ex/build.xml	(revision 23231)
@@ -28,5 +28,5 @@
 **
 -->
-<project name="smed_ex" basedir=".">
+<project name="01_smed_ex" basedir=".">
 
 	<!-- enter the SVN commit message -->
@@ -45,4 +45,5 @@
 	<property name="smed.build.dir"         value="../smed/build"/>
 	<property name="smed.src.dir"           value="../smed/src"/>
+	<property name="smed.plugins"           value="../smed/plugins"/>
 	<property name="plugin.src.dir"         value="src"/>
 	<!-- this is the directory where the plugin jar is copied to -->
@@ -192,4 +193,7 @@
 			</manifest>
 		</jar>
+		
+		<copy file="${plugin.jar}" todir="${smed.plugins}"/>
+		
 	</target>
 	
