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:42:41 UTC

svn commit: r1082919 - /lucene/dev/trunk/lucene/build.xml

Author: yonik
Date: Fri Mar 18 13:42:41 2011
New Revision: 1082919

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

Modified:
    lucene/dev/trunk/lucene/build.xml

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1082919&r1=1082918&r2=1082919&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Fri Mar 18 13:42:41 2011
@@ -53,7 +53,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"
   />