Index: build.xml
===================================================================
--- build.xml	(revision 4056)
+++ build.xml	(working copy)
@@ -315,6 +315,10 @@
 		</as:check-signature>
 
 	</target>
+      <target name="runjosm" depends="dist">
+        <java jar="dist/josm-custom.jar" fork="true">
+            <arg line="data_nodist/neubrandenburg.osm"/>
+        </java>
+      </target>
 
-
 </project>
