Specify that LICENSE.txt and NOTICE.txt be included in the top-level or the source distribution (although it is additionally contained in the openjpa-project/ directory).

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@475968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-11-16 23:05:05 +00:00
parent 9a7139c9a0
commit f6067b25fb
1 changed files with 23 additions and 0 deletions

View File

@ -28,5 +28,28 @@
<exclude>**/target/**</exclude>
</excludes>
</fileSet>
<!--
Also put the standard license and notice files at the top
of the zip. Even those these will be included in the
openjpa-project sub-directory, the Apache rules say that
it needs to be in the top-level of the artifact. See:
http://www.apache.org/legal/src-headers.html#notice
-->
<fileSet>
<includes>
<include>README</include>
<include>DISCLAIMER</include>
<include>LICENSE</include>
<include>STATUS</include>
<include>NOTICE</include>
<include>README.txt</include>
<include>DISCLAIMER.txt</include>
<include>LICENSE.txt</include>
<include>STATUS.txt</include>
<include>NOTICE.txt</include>
</includes>
</fileSet>
</fileSets>
</assembly>