You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2020/02/07 09:38:23 UTC

[lucene-solr] branch master updated: SOLR-12930: Exclude dev-docs from binary archive.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new c0d1f30  SOLR-12930: Exclude dev-docs from binary archive.
c0d1f30 is described below

commit c0d1f302360ef97b5cfdcbdf82365f8ec1d6c2ed
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Feb 7 10:37:19 2020 +0100

    SOLR-12930: Exclude dev-docs from binary archive.
---
 lucene/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/build.xml b/lucene/build.xml
index a8794b1..4e69d83 100644
--- a/lucene/build.xml
+++ b/lucene/build.xml
@@ -39,7 +39,7 @@
                         **/lib/*.jar,
                         licenses/**,
                         */docs/,**/README*"
-              excludes="build/**,site/**,tools/**,**/lib/*servlet-api*.jar"
+              excludes="build/**,site/**,tools/**,**/lib/*servlet-api*.jar,dev-docs/**"
   />
 
   <!-- ================================================================== -->