include LICENSE in dist

This commit is contained in:
Doug MacEachern 2004-09-21 16:44:53 +00:00
parent 933733b007
commit f060686381
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@
<copy toDir="${dist}" overwrite="true"> <copy toDir="${dist}" overwrite="true">
<fileset dir="../.."> <fileset dir="../..">
<include name="README"/> <include name="README"/>
<include name="LICENSE"/>
</fileset> </fileset>
</copy> </copy>