You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/22 18:18:20 UTC

[lucene-solr] branch master updated: SOLR-13415, SOLR-13322: Add CLIO.class file to post.jar

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

uschindler 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 377ac57  SOLR-13415, SOLR-13322: Add CLIO.class file to post.jar
377ac57 is described below

commit 377ac573dd6a6a83df2265101c6f2e6dd8d1d1e8
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Apr 22 20:17:53 2019 +0200

    SOLR-13415, SOLR-13322: Add CLIO.class file to post.jar
---
 solr/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/build.xml b/solr/build.xml
index 7ed40bb..40c8a2a 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -49,6 +49,7 @@
     </ant>
     <jar destfile="${example}/exampledocs/post.jar">
       <fileset dir="${dest}/solr-core/classes/java">
+        <include name="org/apache/solr/util/CLIO.class"/>
         <include name="org/apache/solr/util/SimplePostTool*.class"/>
         <include name="org/apache/solr/util/RTimer.class"/>
         <include name="org/apache/solr/util/RTimer$*.class"/>