# HG changeset patch # User Simon Howkins # Date 1280922149 -3600 # Node ID 8e3d3bbaed03be68f518055c657f4f203d134cba # Parent 7ff3bbb2e9d9a6eed3ce6dbefcbd5194538e4566 Sorted steps into targets, so it's easier to interpret the console output. diff -r 7ff3bbb2e9d9 -r 8e3d3bbaed03 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Wed Aug 04 12:30:14 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed Aug 04 12:42:29 2010 +0100 @@ -1,11 +1,11 @@ - + - + @@ -28,7 +28,9 @@ + + <#list data["//unit[@bldFile = '/sf/mw/qtextensions/group']"] as unit> INFO: Configuring qtextensions for ${unit.@bldFile} @@ -46,7 +48,9 @@ + + <#list data["//unit[@proFile = 'hb.pro']"] as unit> Running configure.py for ${unit.@bldFile}/${unit.@proFile} @@ -72,7 +76,9 @@ + + <#list data["//unit[@proFile != 'hb.pro']"] as unit>