You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/03/20 16:49:24 UTC

[40/40] js commit: [all] Remove remaining usage of builder.

[all] Remove remaining usage of builder.


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/cce90cfc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/cce90cfc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/cce90cfc

Branch: refs/heads/cb2227
Commit: cce90cfc21be88699cb649f83dbe3e6569d8c7e4
Parents: 3d50c36
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 21 07:57:46 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 20 11:46:37 2013 -0400

----------------------------------------------------------------------
 lib/scripts/bootstrap.js |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/cce90cfc/lib/scripts/bootstrap.js
----------------------------------------------------------------------
diff --git a/lib/scripts/bootstrap.js b/lib/scripts/bootstrap.js
index 6213165..1eed43c 100644
--- a/lib/scripts/bootstrap.js
+++ b/lib/scripts/bootstrap.js
@@ -63,12 +63,7 @@
     }
 
     channel.join(function() {
-        var builder = require('cordova/builder'),
-            platform = require('cordova/platform');
-
-        builder.buildIntoButDoNotClobber(platform.defaults, context);
-        builder.buildIntoAndClobber(platform.clobbers, context);
-        builder.buildIntoAndMerge(platform.merges, context);
+        var platform = require('cordova/platform');
 
         // Call the platform-specific initialization
         platform.initialize();