Attempt to copy licenses folder into build package
This commit is contained in:
parent
0fea66820e
commit
748c225afe
1 changed files with 5 additions and 0 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue