mirror of https://github.com/apache/openjpa.git
Removed wildcard for README* and changed it to both README and README.txt (so we don't inadvertently include emacs backup files).
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@465940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
697ca0ce66
commit
ad0c622080
|
@ -11,11 +11,16 @@
|
|||
</fileSet>
|
||||
<fileSet>
|
||||
<includes>
|
||||
<include>README*</include>
|
||||
<include>DISCLAIMER*</include>
|
||||
<include>LICENSE*</include>
|
||||
<include>STATUS*</include>
|
||||
<include>NOTICE*</include>
|
||||
<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>
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue