mirror of https://github.com/apache/lucene.git
make cold dist target work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@940699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9249e3a74
commit
50031b7c66
|
@ -127,7 +127,7 @@
|
|||
|
||||
<target name="compile-solrj"
|
||||
description="Compile the java client."
|
||||
depends="init-forrest-entities">
|
||||
depends="init-forrest-entities, compile-lucene">
|
||||
|
||||
<solr-javac destdir="${dest}/solrj"
|
||||
classpathref="compile.classpath">
|
||||
|
@ -150,7 +150,7 @@
|
|||
<!-- Compile the project. -->
|
||||
<target name="compile"
|
||||
description="Compile the source code."
|
||||
depends="compile-lucene, compile-solrj,init-forrest-entities">
|
||||
depends="compile-solrj,init-forrest-entities">
|
||||
|
||||
<solr-javac destdir="${dest}/solr"
|
||||
classpathref="compile.classpath.solrj">
|
||||
|
|
Loading…
Reference in New Issue