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:05:06 UTC

svn commit: r831030 - /lucene/solr/branches/branch-1.4/build.xml

Author: billa
Date: Thu Oct 29 17:05:06 2009
New Revision: 831030

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

Modified:
    lucene/solr/branches/branch-1.4/build.xml

Modified: lucene/solr/branches/branch-1.4/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/build.xml?rev=831030&r1=831029&r2=831030&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/build.xml (original)
+++ lucene/solr/branches/branch-1.4/build.xml Thu Oct 29 17:05: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/" />