Updated Branches: refs/heads/plugman-registry 745b0d809 -> d527cc842
[CB-4267] [BlackBerry10] Fix callback chain for build Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/cd7911fa Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/cd7911fa Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/cd7911fa Branch: refs/heads/plugman-registry Commit: cd7911fa96410fab8951a8599bc123e5a9cf907b Parents: 8e57050 Author: Bryan Higgins <[email protected]> Authored: Tue Jul 16 09:16:48 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Tue Jul 16 09:16:48 2013 -0400 ---------------------------------------------------------------------- src/metadata/blackberry_parser.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/cd7911fa/src/metadata/blackberry_parser.js ---------------------------------------------------------------------- diff --git a/src/metadata/blackberry_parser.js b/src/metadata/blackberry_parser.js index ef33392..5fb91a1 100644 --- a/src/metadata/blackberry_parser.js +++ b/src/metadata/blackberry_parser.js @@ -80,6 +80,7 @@ module.exports.prototype = { self.update_overrides(); self.update_staging(); util.deleteSvnFolders(this.www_dir()); + if (callback) callback(); }, // Returns the platform-specific www directory.
