You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2008/09/12 01:04:33 UTC

svn commit: r694530 - in /lucene/solr/trunk: build.xml lib/README.committers.txt

Author: hossman
Date: Thu Sep 11 16:04:33 2008
New Revision: 694530

URL: http://svn.apache.org/viewvc?rev=694530&view=rev
Log:
Quick reminder for the future about updating things in the lib dir.  Wording could probably be improved.

Added:
    lucene/solr/trunk/lib/README.committers.txt   (with props)
Modified:
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=694530&r1=694529&r2=694530&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Thu Sep 11 16:04:33 2008
@@ -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}"

Added: lucene/solr/trunk/lib/README.committers.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/README.committers.txt?rev=694530&view=auto
==============================================================================
--- lucene/solr/trunk/lib/README.committers.txt (added)
+++ lucene/solr/trunk/lib/README.committers.txt Thu Sep 11 16:04:33 2008
@@ -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

Propchange: lucene/solr/trunk/lib/README.committers.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/solr/trunk/lib/README.committers.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL