mirror of https://github.com/apache/lucene.git
SOLR-13415, SOLR-13322: Add CLIO.class file to post.jar
This commit is contained in:
parent
e522147eb1
commit
377ac573dd
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue