Copy LICENSE from new database into presets directory when building
This commit is contained in:
parent
1ae6a845d5
commit
326399fe85
@ -200,6 +200,10 @@ the .jar file
|
||||
<copy todir="${resources.dir}/datafiles/presets">
|
||||
<fileset dir="${resources-src.dir}/datafiles/components/orc"/>
|
||||
</copy>
|
||||
<copy
|
||||
file="${resources-src.dir}/datafiles/components/LICENSE"
|
||||
todir="${resources.dir}/datafiles/presets">
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<!-- DIST-SRC -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user