Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 32051)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 32052)
@@ -303,8 +303,8 @@
     </target>
     <!--
-    ************************** Publishing the plugin *********************************** 
-    -->
-    <!--
-    ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
+    ************************** Publishing the plugin ***********************************
+    -->
+    <!--
+    ** extracts the JOSM release for the JOSM version in ../core and saves it in the
     ** property ${coreversion.info.entry.revision}
     **
@@ -353,5 +353,5 @@
     </target>
     <!--
-    ** commits the plugin.jar 
+    ** commits the plugin.jar
     -->
     <target name="commit-dist">
@@ -413,4 +413,5 @@
             <exclude name="**/*-javadoc.jar"/>
         </fileset>
+        <pathelement path="${plugin.test.dir}/data"/>
         <pathelement path="${josm.test.build.dir}/unit"/>
         <pathelement path="${josm}"/>
@@ -453,5 +454,5 @@
         </sequential>
     </target>
-    <target name="test" depends="dist, test-clean, test-compile" 
+    <target name="test" depends="dist, test-clean, test-compile"
         description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password">
         <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar" />
@@ -493,5 +494,5 @@
     </target>
     <!--
-    ** shows a help text 
+    ** shows a help text
     -->
     <target name="help">
@@ -506,8 +507,7 @@
     * runjosm     Install plugin and start josm
     * profilejosm Install plugin and start josm in profiling mode
-    
+
     There are other targets, which usually should not be called manually.
         </echo>
     </target>
 </project>
-
