Remove the annoying echo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-04 14:01:39 +00:00
parent 305d6829a7
commit 599eff6d44
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
-->
<project name="module-build" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<echo>Building ${ant.project.name}...</echo>
<!-- TODO: adjust build.dir/dist.dir appropriately when a module is run individually -->
<dirname file="${ant.file.module-build}" property="module-build.dir"/>
<property name="build.dir" location="${module-build.dir}/build/${ant.project.name}"/>