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 -->
|
||||
<mkdir dir="${build.work}/lib/ext"/>
|
||||
|
||||
<!-- copy the whole licenses-directory -->
|
||||
<!-- copy the license files -->
|
||||
<copy todir="${build.work}/licenses">
|
||||
<fileset dir="${home.dir}/licenses" excludes="**/CVS**"/>
|
||||
</copy>
|
||||
<copy file="${home.dir}/license.txt" todir="${build.work}/licenses"/>
|
||||
|
||||
<!-- copy the scripts directory -->
|
||||
<copy todir="${build.work}/scripts">
|
||||
|
|
Loading…
Add table
Reference in a new issue