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:22 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit d62f63076585769f757dcaf9919d2f07fab113d3
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 360d805..4f76774 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/**"
   />
 
   <!-- ================================================================== -->