added missing license.txt to package target
This commit is contained in:
parent
6db9463c24
commit
c3499a347b
1 changed files with 2 additions and 1 deletions
|
@ -282,10 +282,11 @@
|
||||||
<!-- create lib/ext directory -->
|
<!-- create lib/ext directory -->
|
||||||
<mkdir dir="${build.work}/lib/ext"/>
|
<mkdir dir="${build.work}/lib/ext"/>
|
||||||
|
|
||||||
<!-- copy the whole licenses-directory -->
|
<!-- copy the license files -->
|
||||||
<copy todir="${build.work}/licenses">
|
<copy todir="${build.work}/licenses">
|
||||||
<fileset dir="${home.dir}/licenses" excludes="**/CVS**"/>
|
<fileset dir="${home.dir}/licenses" excludes="**/CVS**"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy file="${home.dir}/license.txt" todir="${build.work}/licenses"/>
|
||||||
|
|
||||||
<!-- copy the scripts directory -->
|
<!-- copy the scripts directory -->
|
||||||
<copy todir="${build.work}/scripts">
|
<copy todir="${build.work}/scripts">
|
||||||
|
|
Loading…
Add table
Reference in a new issue