Author: nickboldt
Date: 2010-04-29 17:34:09 -0400 (Thu, 29 Apr 2010)
New Revision: 21816
Modified:
branches/modular_build/build/build.xml
Log:
so that we don't need to look at build.cfg, dump list of COMPONENTS.to.build into log
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-29 21:30:34 UTC (rev 21815)
+++ branches/modular_build/build/build.xml 2010-04-29 21:34:09 UTC (rev 21816)
@@ -315,6 +315,11 @@
</echo>
<property name="no.tests.run" value="true" />
</then>
+ <else>
+ <echo>The following components' sources have changed and will be built:
+ COMPONENTS.to.build = ${COMPONENTS.to.build}
+</echo>
+ </else>
</if>
</target>
Show replies by date