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:
Ryan McKinley 2008-12-08 01:42:22 +00:00
parent 1e95b28ed9
commit c37b2a0e78
1 changed files with 2 additions and 2 deletions

View File

@ -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"