You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/10/13 18:22:59 UTC

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

Author: sarowe
Date: Sun Oct 13 16:22:59 2013
New Revision: 1531705

URL: http://svn.apache.org/r1531705
Log:
Modernize Solr package creation includes/excludes: client/** are gone; and README.committers.txt has moved from lib/ to licenses/.

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=1531705&r1=1531704&r2=1531705&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Sun Oct 13 16:22:59 2013
@@ -484,10 +484,9 @@
       <tarfileset dir="."
                   prefix="${fullnamever}"
                   includes="LICENSE.txt NOTICE.txt CHANGES.txt README.txt SYSTEM_REQUIREMENTS.txt
-                            example/** client/README.txt client/ruby/solr-ruby/** 
-                            contrib/**/lib/** contrib/**/README.txt 
+                            example/** contrib/**/lib/** contrib/**/README.txt 
                             licenses/**"
-                  excludes="lib/README.committers.txt **/data/ **/logs/* 
+                  excludes="licenses/README.committers.txt **/data/ **/logs/* 
                             **/classes/ **/*.sh **/ivy.xml **/build.xml
                             **/bin/ **/*.iml **/*.ipr **/*.iws **/pom.xml 
                             **/*pom.xml.template" />