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

git commit: Plugin loading works correctly when using plugman solo.

Updated Branches:
  refs/heads/future c130382d2 -> 57f92736e


Plugin loading works correctly when using plugman solo.


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

Branch: refs/heads/future
Commit: 57f92736eede9a1e3d56e78dde8da2cd9616ca10
Parents: c130382
Author: Braden Shepherdson <br...@gmail.com>
Authored: Fri Mar 22 15:39:42 2013 -0400
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Fri Mar 22 15:39:42 2013 -0400

----------------------------------------------------------------------
 plugman.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/57f92736/plugman.js
----------------------------------------------------------------------
diff --git a/plugman.js b/plugman.js
index 0ecad95..7e6e52b 100755
--- a/plugman.js
+++ b/plugman.js
@@ -79,7 +79,7 @@ else if (cli_opts.list) {
     });
 }
 else if (cli_opts.prepare && cli_opts.project && cli_opts.www) {
-    util.handlePrepare(cli_opts.project, plugins_dir, cli_opts.www, cli_opts.platform);
+    plugin_loader.handlePrepare(cli_opts.project, plugins_dir, cli_opts.www, cli_opts.platform);
 }
 else if (!cli_opts.platform || !cli_opts.project || !cli_opts.plugin) {
     printUsage();