You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/07/16 15:17:06 UTC

git commit: [CB-4267] [BlackBerry10] Fix callback chain for build

Updated Branches:
  refs/heads/master 8e5705084 -> cd7911fa9


[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/master
Commit: cd7911fa96410fab8951a8599bc123e5a9cf907b
Parents: 8e57050
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Jul 16 09:16:48 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
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.