# HG changeset patch # User MattD # Date 1255699995 -3600 # Node ID dd6b7decdca2d6ea7c64381c0ef7e2b0b716bfe2 # Parent 63fe736c83fba27e439de4748ccae420db6e316e Major packaging change to work around parallel calls - stopped zipping targets from having direct dependency on 'sf-preprocess-package-config', and instead have 'sf-zip-content' call 'sf-preprocess-package-config' if needed. Changed 'sf-prep' to call a target that wipes out the 'generated' directory. It's not perfect but it gets us going again. diff -r 63fe736c83fb -r dd6b7decdca2 common/build.postbuild.xml --- a/common/build.postbuild.xml Thu Oct 15 16:47:42 2009 +0100 +++ b/common/build.postbuild.xml Fri Oct 16 14:33:15 2009 +0100 @@ -86,7 +86,7 @@ - + @@ -188,9 +188,8 @@ - - + @@ -201,7 +200,7 @@ - + - + diff -r 63fe736c83fb -r dd6b7decdca2 common/build.xml --- a/common/build.xml Thu Oct 15 16:47:42 2009 +0100 +++ b/common/build.xml Fri Oct 16 14:33:15 2009 +0100 @@ -72,7 +72,7 @@ - + [SF-PREP] @@ -466,13 +466,30 @@ - - - - + + + + + + + + + + + + + + + + + + + + + - + @@ -537,6 +554,11 @@ + + + + +