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

svn commit: r1129455 - in /lucene/dev/branches/lucene_solr_3_2: ./ lucene/ lucene/backwards/ lucene/build.xml solr/ solr/build.xml

Author: rmuir
Date: Tue May 31 01:38:13 2011
New Revision: 1129455

URL: http://svn.apache.org/viewvc?rev=1129455&view=rev
Log:
LUCENE-3155: improve includes/excludes to explicitly state what is in releases (so no foo.txt or anything else is included)

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

Modified: lucene/dev/branches/lucene_solr_3_2/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/lucene/build.xml?rev=1129455&r1=1129454&r2=1129455&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/lucene/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/lucene/build.xml Tue May 31 01:38:13 2011
@@ -55,8 +55,7 @@
               excludes="*-src.jar"
   />
   <patternset id="binary.root.dist.patterns"
-              includes="docs/,*.txt,contrib/**/README*,**/CHANGES.txt,contrib/**/*.sh contrib/**/docs/ contrib/xml-query-parser/*.dtd"
-              excludes="BUILD.txt"
+              includes="docs/,CHANGES.txt,LICENSE.txt,NOTICE.txt,README.txt,MIGRATE.txt,JRE_VERSION_MIGRATION.txt,contrib/**/README*,**/CHANGES.txt,contrib/**/*.sh contrib/**/docs/ contrib/xml-query-parser/*.dtd"
   />
 
 

Modified: lucene/dev/branches/lucene_solr_3_2/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/build.xml?rev=1129455&r1=1129454&r2=1129455&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/build.xml Tue May 31 01:38:13 2011
@@ -856,7 +856,7 @@
     <tar destfile="${package.dir}/${fullnamever}.tgz" compression="gzip" longfile="gnu">
       <tarfileset dir="."
         prefix="${fullnamever}"
-        includes="LICENSE.txt NOTICE.txt *.txt example/** client/** contrib/**/lib/ contrib/**/lucene-libs/ contrib/**/README.txt contrib/**/CHANGES.txt"
+        includes="LICENSE.txt NOTICE.txt CHANGES.txt README.txt example/** client/** contrib/**/lib/ contrib/**/lucene-libs/ contrib/**/README.txt contrib/**/CHANGES.txt"
         excludes="${package.dir}/** ${dist}/** lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/** src/site/build/** **/target/** client/ruby/flare/** client/python/** client/javascript/** contrib/**/build/** **/*.iml **/*.ipr **/*.iws **/*pom.xml.template" />
       <tarfileset dir="."
         mode="755"