Index: /applications/editors/josm/plugins/reltoolbox/build.xml
===================================================================
--- /applications/editors/josm/plugins/reltoolbox/build.xml	(revision 29163)
+++ /applications/editors/josm/plugins/reltoolbox/build.xml	(revision 29164)
@@ -16,9 +16,17 @@
     <import file="../build-common.xml"/>
 
-	<target name="runjosm" depends="install">
+    <target name="runjosm" depends="install">
         <java jar="${josm}" fork="true">
             <arg line="e:/test.osm"/>
         </java>
     </target>
+
+    <target name="setup-dist">
+        <antcall target="setup-dist-default" />
+        <copy todir="${plugin.build.dir}">
+            <fileset dir="src" includes="**/*.txt"/>
+        </copy>
+    </target>
+
     
 </project>
