Changeset 35703 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-02-05T17:49:41+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/flatlaf/build.xml
r35700 r35703 16 16 <target name="pre-compile" depends="fetch_dependencies"/> 17 17 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 18 25 <target name="additional-manifest"> 19 26 <manifest file="MANIFEST" mode="update">
Note:
See TracChangeset
for help on using the changeset viewer.