Attempt to copy licenses folder into build package

This commit is contained in:
hns 2002-07-24 18:46:38 +00:00
parent 0fea66820e
commit 748c225afe

View file

@ -194,6 +194,11 @@
</fileset>
</copy>
<!-- copy the whole licenses-directory -->
<copy todir="${build.work}/licenses">
<fileset dir="${home.dir}/licenses" excludes="**/CVS**"/>
</copy>
<!-- rename the current jar-file -->
<copy file="${build.lib}/${jar.name}-${DSTAMP}.jar" tofile="${build.work}/lib/helma.jar"/>