You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/18 14:48:12 UTC

svn commit: r1082923 - in /lucene/dev/branches/lucene_solr_3_1: ./ lucene/ lucene/build.xml solr/

Author: yonik
Date: Fri Mar 18 13:48:12 2011
New Revision: 1082923

URL: http://svn.apache.org/viewvc?rev=1082923&view=rev
Log:
packaging: fix some left out files in lucene's bin package

Modified:
    lucene/dev/branches/lucene_solr_3_1/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/build.xml
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/build.xml?rev=1082923&r1=1082922&r2=1082923&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/build.xml Fri Mar 18 13:48:12 2011
@@ -58,7 +58,7 @@
               includes="${final.name}*.jar,docs/,contrib/*/*.jar,contrib/*/*.war, contrib/*/*/*.jar"
   />
   <patternset id="binary.root.dist.patterns"
-              includes="docs/,*.txt,contrib/*/README*,**/CHANGES.txt"
+              includes="docs/,*.txt,contrib/**/README*,**/CHANGES.txt,contrib/**/*.sh contrib/**/docs/ contrib/xml-query-parser/*.dtd"
               excludes="BUILD.txt"
   />