mirror of https://github.com/apache/lucene.git
Quick reminder for the future about updating things in the lib dir. Wording could probably be improved.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88448fafae
commit
b045b2b2aa
|
@ -653,7 +653,7 @@
|
|||
<tarfileset dir="."
|
||||
prefix="${fullnamever}"
|
||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
|
||||
excludes="**/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python" />
|
||||
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python" />
|
||||
<tarfileset dir="."
|
||||
mode="755"
|
||||
prefix="${fullnamever}"
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
|
||||
--------------------------
|
||||
Information For Committers
|
||||
--------------------------
|
||||
|
||||
Under no circumstances should any new files be added to this directory
|
||||
without careful consideration of how LICENSE.txt and NOTICE.txt in the
|
||||
parent directory should be updated to reflect the addition.
|
||||
|
||||
Even if a Jar being added is from another Apache project, it should be
|
||||
mentioned in NOTICE.txt, and may have additional Attribution or
|
||||
Licencing information that also needs to be added to the appropriate
|
||||
file.
|
||||
|
||||
---
|
||||
|
||||
If an existing Jar is replaced with a newer version, the same
|
||||
consideration should be given as if it were an entirely new file:
|
||||
verify that no updates need to be made to LICENSE.txt or NOTICE.txt
|
||||
based on changes in the terms of the dependency being updated.
|
||||
|
||||
---
|
||||
|
||||
Any changes made to this directory should be noted in CHANGES.txt,
|
||||
along with the specific version information. If the version is a
|
||||
"snapshot" of another Apache project, include the SVN revision number.
|
||||
|
||||
---
|
||||
|
||||
When upgrading Lucene-Java Jars, remember to generate new Analysis
|
||||
factories for any new Tokenizers or TokenFilters. See the wiki for
|
||||
details...
|
||||
|
||||
http://wiki.apache.org/solr/CommitterInfo
|
Loading…
Reference in New Issue