added missing license.txt to package target

This commit is contained in:
zumbrunn 2007-02-25 10:12:04 +00:00
parent 6db9463c24
commit c3499a347b

View file

@ -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">