Index: applications/editors/josm/plugins/flatlaf/build.xml
===================================================================
--- applications/editors/josm/plugins/flatlaf/build.xml	(revision 35702)
+++ applications/editors/josm/plugins/flatlaf/build.xml	(revision 35703)
@@ -16,4 +16,11 @@
     <target name="pre-compile" depends="fetch_dependencies"/>
 
+    <target name="setup-dist">
+        <antcall target="setup-dist-default"/>
+        <copy todir="${plugin.build.dir}">
+            <fileset dir="${plugin.src.dir}" includes="**/*.properties"/>
+        </copy>
+    </target>
+
     <target name="additional-manifest">
         <manifest file="MANIFEST" mode="update">
