mirror of https://github.com/apache/lucene.git
SOLR-900 -- fixing 'ant dist'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e95b28ed9
commit
c37b2a0e78
|
@ -502,7 +502,7 @@
|
|||
<!-- Creates the solr jar. -->
|
||||
<target name="dist-jar"
|
||||
description="Creates the Solr JAR Distribution file."
|
||||
depends="dist-solrj, compile, make-manifest">
|
||||
depends="compile, make-manifest">
|
||||
<mkdir dir="${dist}" />
|
||||
<solr-jar destfile="${dist}/${fullname}-core-${version}.jar">
|
||||
<fileset dir="${dest}/solr" />
|
||||
|
@ -513,7 +513,7 @@
|
|||
<!-- Creates the solr jar. -->
|
||||
<target name="dist-solrj"
|
||||
description="Creates the Solr JAR Distribution file."
|
||||
depends="compile-solrj">
|
||||
depends="compile-solrj, make-manifest">
|
||||
<mkdir dir="${dist}" />
|
||||
<solr-jar
|
||||
destfile="${dist}/${fullname}-solrj-${version}.jar"
|
||||
|
|
Loading…
Reference in New Issue