Improve output in Sierra build script
authorVladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Tue, 15 Sep 2009 17:23:45 +0400
changeset 4487a6365b77970a
parent 4486 fd89e1022952
child 4488 922e48c4d9cf
child 4582 fb42ddbca793
Improve output in Sierra build script
sierra/build.xml
     1.1 --- a/sierra/build.xml	Tue Sep 15 15:00:55 2009 +0400
     1.2 +++ b/sierra/build.xml	Tue Sep 15 17:23:45 2009 +0400
     1.3 @@ -154,6 +154,7 @@
     1.4  
     1.5      <!-- module -->
     1.6      <target name="do-module">
     1.7 +        <echo message="============= ${module} ============="/>
     1.8          <ant dir="${home}/${module}" target="${action}"/>
     1.9          <antcall target="run-nbm"/>
    1.10      </target>