LUCENE-802: Added LICENSE.TXT and NOTICE.TXT to Lucene jars.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@542260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2007-05-28 16:32:29 +00:00
parent 8e9dd085ab
commit 38ae8ea97b
2 changed files with 10 additions and 0 deletions

View File

@ -206,6 +206,11 @@ Documentation
contrib jars configured for dynamic downloaded. (Note: when running
behind firewall, a firewall prompt might pop up) (Doron Cohen)
Build
1. LUCENE-802: Added LICENSE.TXT and NOTICE.TXT to Lucene jars.
(Steven Parkes via Michael Busch)
======================= Release 2.1.0 2007-02-14 =======================
Changes in runtime behavior

View File

@ -157,6 +157,10 @@
<attribute name="Implementation-Vendor" value="Lucene"/>
</section>
</manifest>
<metainf dir=".">
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
</metainf>
</jar>
</target>
@ -318,3 +322,4 @@
</project>