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 eh...@apache.org on 2008/09/09 19:18:18 UTC

svn commit: r693519 - /lucene/solr/branches/branch-1.3/build.xml

Author: ehatcher
Date: Tue Sep  9 10:18:18 2008
New Revision: 693519

URL: http://svn.apache.org/viewvc?rev=693519&view=rev
Log:
Exclude flare from 1.3 distro

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

Modified: lucene/solr/branches/branch-1.3/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.3/build.xml?rev=693519&r1=693518&r2=693519&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/build.xml (original)
+++ lucene/solr/branches/branch-1.3/build.xml Tue Sep  9 10:18:18 2008
@@ -651,7 +651,7 @@
       <tarfileset dir="."
         prefix="${fullnamever}"
         includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
-        excludes="**/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/" />
+        excludes="**/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/" />
       <tarfileset dir="."
         mode="755"
         prefix="${fullnamever}"