You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/14 00:41:28 UTC

[lucene-solr] branch branch_8_11 updated: Ant build cleanup lib dir in solr-ref-guide to avoid duplicate jars

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

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


The following commit(s) were added to refs/heads/branch_8_11 by this push:
     new 18f576e  Ant build cleanup lib dir in solr-ref-guide to avoid duplicate jars
18f576e is described below

commit 18f576ec311d1eb7dc9589fc3e52fd45f38c8999
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Tue Dec 14 01:40:56 2021 +0100

    Ant build cleanup lib dir in solr-ref-guide to avoid duplicate jars
---
 solr/solr-ref-guide/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/solr-ref-guide/build.xml b/solr/solr-ref-guide/build.xml
index 594c557..2ef1b03 100644
--- a/solr/solr-ref-guide/build.xml
+++ b/solr/solr-ref-guide/build.xml
@@ -123,6 +123,8 @@
 
   <target name="clean">
     <delete dir="${build.dir}"/>
+    <delete dir="lib"/>
+    <delete dir="build"/>
   </target>
 
   <target name="build-tools-jar" depends="resolve" description="Builds the custom java tools use use for generating some data files from page metdata">