mirror of https://github.com/apache/lucene.git
SOLR-7859: Add RTimer classes to post.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61d40c7dec
commit
72fc992ec4
|
@ -47,9 +47,12 @@
|
|||
<ant dir="webapp" target="dist" inheritall="false">
|
||||
<propertyset refid="uptodate.and.compiled.properties"/>
|
||||
</ant>
|
||||
<jar destfile="${example}/exampledocs/post.jar"
|
||||
basedir="${dest}/solr-core/classes/java"
|
||||
includes="org/apache/solr/util/SimplePostTool*.class">
|
||||
<jar destfile="${example}/exampledocs/post.jar">
|
||||
<fileset dir="${dest}/solr-core/classes/java">
|
||||
<include name="org/apache/solr/util/SimplePostTool*.class"/>
|
||||
<include name="org/apache/solr/util/RTimer.class"/>
|
||||
<include name="org/apache/solr/util/RTimer$*.class"/>
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="org.apache.solr.util.SimplePostTool"/>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue