You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/09/04 16:02:59 UTC

svn commit: r1622482 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/module-build.xml

Author: uschindler
Date: Thu Sep  4 14:02:59 2014
New Revision: 1622482

URL: http://svn.apache.org/r1622482
Log:
Merged revision(s) 1622481 from lucene/dev/trunk:
Remove the annoying echo

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/module-build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/lucene/module-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/module-build.xml?rev=1622482&r1=1622481&r2=1622482&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/module-build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/module-build.xml Thu Sep  4 14:02:59 2014
@@ -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}"/>