mirror of https://github.com/apache/lucene.git
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:
parent
305d6829a7
commit
599eff6d44
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue