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 bi...@apache.org on 2009/10/29 18:04:07 UTC

svn commit: r831029 - /lucene/solr/trunk/build.xml

Author: billa
Date: Thu Oct 29 17:04:06 2009
New Revision: 831029

URL: http://svn.apache.org/viewvc?rev=831029&view=rev
Log:
fixed failing junit test in package caused by missing test/data file

Modified:
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=831029&r1=831028&r2=831029&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Thu Oct 29 17:04:06 2009
@@ -653,6 +653,9 @@
         includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
         excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/ **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
       <tarfileset dir="."
+        prefix="${fullnamever}"
+        includes="src/test/test-files/solr/lib/classes/empty-file-main-lib.txt" />
+      <tarfileset dir="."
         mode="755"
         prefix="${fullnamever}"
         includes="**/*.sh **/bin/ src/scripts/" />