copy look and feel props to bin dir

This commit is contained in:
Ben Fry
2022-04-27 22:29:28 -04:00
parent c679fc4f3b
commit 876238b5c5

View File

@@ -135,10 +135,12 @@
<mkdir dir="bin" />
<!-- copy languages files -->
<copy todir="bin">
<fileset dir="src">
<!-- copy languages files -->
<include name="processing/app/languages/*.properties" />
<!-- FlatLaf.properties and any others -->
<include name="processing/app/ui/*.properties" />
</fileset>
</copy>