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:36:45 UTC

svn commit: r1078580 - /lucene/dev/trunk/solr/build.xml

Author: rmuir
Date: Sun Mar  6 21:36:45 2011
New Revision: 1078580

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

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1078580&r1=1078579&r2=1078580&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Sun Mar  6 21:36:45 2011
@@ -783,6 +783,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/"