mirror of https://github.com/apache/lucene.git
LUCENE-2952: remove echos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6f3dd5cc7
commit
3c142e19f4
|
@ -427,7 +427,6 @@
|
|||
</target>
|
||||
|
||||
<target name="compile-tools">
|
||||
<echo>Common dir: ${common.dir}, build: ${build.dir}</echo>
|
||||
<compile
|
||||
srcdir="${common.dir}/src/tools/java"
|
||||
destdir="${common.build.dir}/classes/tools">
|
||||
|
@ -720,8 +719,6 @@
|
|||
<element name="nested" implicit="yes" optional="yes"/>
|
||||
|
||||
<sequential>
|
||||
<echo>@{srcdir}</echo>
|
||||
<echo>@{destdir}</echo>
|
||||
<mkdir dir="@{destdir}"/>
|
||||
<javac
|
||||
includeAntRuntime="${javac.includeAntRuntime}"
|
||||
|
|
Loading…
Reference in New Issue