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 2012/08/04 00:11:07 UTC

svn commit: r1369232 - in /lucene/dev/trunk: ./ lucene/build.xml solr/ solr/build.xml

Author: rmuir
Date: Fri Aug  3 22:11:07 2012
New Revision: 1369232

URL: http://svn.apache.org/viewvc?rev=1369232&view=rev
Log:
clean up binary patterns for consolidated licenses/

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/build.xml
    lucene/dev/trunk/solr/   (props changed)
    lucene/dev/trunk/solr/build.xml   (contents, props changed)

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1369232&r1=1369231&r2=1369232&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Fri Aug  3 22:11:07 2012
@@ -35,8 +35,7 @@
                         MIGRATE.txt,JRE_VERSION_MIGRATION.txt,
                         CHANGES.txt,
                         **/lib/*.jar,
-                        **/lib/*LICENSE*.txt,
-                        **/lib/*NOTICE*.txt,
+                        licenses/**,
                         */docs/,**/README*"
               excludes="build/**,site/**,tools/**"
   />

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1369232&r1=1369231&r2=1369232&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Fri Aug  3 22:11:07 2012
@@ -402,11 +402,11 @@
                   prefix="${fullnamever}"
                   includes="LICENSE.txt NOTICE.txt CHANGES.txt README.txt example/**
                              client/README.txt client/ruby/solr-ruby/** contrib/**/lib/**
-                             contrib/**/README.txt"
+                             contrib/**/README.txt licenses/**"
                   excludes="lib/README.committers.txt **/data/ **/logs/* 
                             **/classes/ **/*.sh **/ivy.xml **/build.xml
                             **/bin/ **/*.iml **/*.ipr **/*.iws **/pom.xml 
-                            **/*pom.xml.template **/*.sha1" />
+                            **/*pom.xml.template" />
       <tarfileset dir="${dest}/contrib-lucene-libs-to-package"
                   prefix="${fullnamever}"
                   includes="**" />