You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/03/06 22:38:13 UTC

svn commit: r1078583 - in /lucene/dev/branches/branch_3x: ./ lucene/ solr/ solr/build.xml

Author: rmuir
Date: Sun Mar  6 21:38:13 2011
New Revision: 1078583

URL: http://svn.apache.org/viewvc?rev=1078583&view=rev
Log:
put solr's license/notice (which includes lucenes) in the root of the source distribution

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/build.xml

Modified: lucene/dev/branches/branch_3x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?rev=1078583&r1=1078582&r2=1078583&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/build.xml Sun Mar  6 21:38:13 2011
@@ -782,6 +782,9 @@
       <tarfileset dir=".."
         prefix="${fullnamever}"
         includes="*.txt *.xml dev-tools/*" />
+      <tarfileset dir="." 
+        prefix="${fullnamever}"
+        includes="LICENSE.txt NOTICE.txt"/>
       <tarfileset dir="."
         prefix="${fullnamever}/solr"
         includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"