# HG changeset patch # User MattD # Date 1249897840 -3600 # Node ID 8337c2afc41f43db51431f632d969d4c00e858ba # Parent 8b5fb484a920061bc18b2973a2b3dbc5610fe4ec Split sf-run-analysis into bit-sized targets, which can run in parallel to reduce the post-build time on a platform build. diff -r 8b5fb484a920 -r 8337c2afc41f common/build.xml --- a/common/build.xml Fri Aug 07 15:54:52 2009 +0100 +++ b/common/build.xml Mon Aug 10 10:50:40 2009 +0100 @@ -768,25 +768,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -794,21 +823,26 @@ - + + + - + + + - - + + + @@ -863,7 +897,22 @@ - + + + + + + + + + + + + + + + + @@ -894,7 +943,9 @@ - + + + ant: antProperties() @@ -902,22 +953,9 @@ files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) - + + - - - - - - - - - - - - - -