Moves LICENSE and README to folder _h5ai in the release package.

This commit is contained in:
Lars Jung 2012-05-28 18:33:25 +02:00
parent 3d06b0b81a
commit 85f0af61d0

View file

@ -23,6 +23,8 @@
<mkdir dir="${build.dir}" />
<copy todir="${build.dir}">
<fileset dir="${src.dir}" />
</copy>
<copy todir="${build.dir}/_h5ai">
<fileset file="LICENSE.txt" />
<fileset file="README.md" />
</copy>