Create lib/ext directory in package-raw

This commit is contained in:
hns 2004-06-29 15:27:36 +00:00
parent 69c67ff4e6
commit 4af0757ca3

View file

@ -212,6 +212,9 @@
</fileset>
</copy>
<!-- create lib/ext directory -->
<mkdir dir="${build.work}/lib/ext"/>
<!-- copy the whole licenses-directory -->
<copy todir="${build.work}/licenses">
<fileset dir="${home.dir}/licenses" excludes="**/CVS**"/>