Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 1584)
+++ trunk/build.xml	(revision 1650)
@@ -96,4 +96,9 @@
 		<delete dir="dist" />
 	</target>
+	
+	<target name="dev-deploy" depends="dist">
+		<copy file="dist/josm-custom.jar" todir="C:\data\projekte\osm\tag-editor-plugin"/>
+	</target>
+
 
 </project>
