Changeset 35703 in osm for applications


Ignore:
Timestamp:
2021-02-05T17:49:41+01:00 (4 years ago)
Author:
DevCharly
Message:

see #19819 - flatlaf: fixed missing properties files in dist jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/flatlaf/build.xml

    r35700 r35703  
    1616    <target name="pre-compile" depends="fetch_dependencies"/>
    1717
     18    <target name="setup-dist">
     19        <antcall target="setup-dist-default"/>
     20        <copy todir="${plugin.build.dir}">
     21            <fileset dir="${plugin.src.dir}" includes="**/*.properties"/>
     22        </copy>
     23    </target>
     24
    1825    <target name="additional-manifest">
    1926        <manifest file="MANIFEST" mode="update">
Note: See TracChangeset for help on using the changeset viewer.