You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bu...@apache.org on 2008/01/10 23:40:36 UTC

svn commit: r610965 - /lucene/java/branches/lucene_2_3/build.xml

Author: buschmi
Date: Thu Jan 10 14:40:35 2008
New Revision: 610965

URL: http://svn.apache.org/viewvc?rev=610965&view=rev
Log:
Include README* files in binary releases

Modified:
    lucene/java/branches/lucene_2_3/build.xml

Modified: lucene/java/branches/lucene_2_3/build.xml
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_3/build.xml?rev=610965&r1=610964&r2=610965&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_3/build.xml (original)
+++ lucene/java/branches/lucene_2_3/build.xml Thu Jan 10 14:40:35 2008
@@ -62,7 +62,7 @@
               includes="${final.name}.jar,${demo.war.name}.war,${demo.name}.jar,docs/,contrib/*/*.jar"
   />
   <patternset id="binary.root.dist.patterns"
-              includes="src/demo/,src/jsp/,docs/,*.txt"
+              includes="src/demo/,src/jsp/,docs/,*.txt,contrib/*/README*"
               excludes="${build.demo.template}"
   />