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 2014/10/07 20:34:28 UTC

git commit: CB-7496 Wire up support for plugin add --link

Repository: cordova-lib
Updated Branches:
  refs/heads/master cfcf3b2bb -> 1e80c77fc


CB-7496 Wire up support for plugin add --link

github: close #78


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

Branch: refs/heads/master
Commit: 1e80c77fc1e324565ec84451dc06d7d5f4d35725
Parents: cfcf3b2
Author: Sandeep Mistry <sa...@toushay.com>
Authored: Mon Aug 25 17:22:16 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Oct 7 14:34:01 2014 -0400

----------------------------------------------------------------------
 cordova-lib/src/cordova/plugin.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/1e80c77f/cordova-lib/src/cordova/plugin.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/plugin.js b/cordova-lib/src/cordova/plugin.js
index 4c2cccf..805518d 100644
--- a/cordova-lib/src/cordova/plugin.js
+++ b/cordova-lib/src/cordova/plugin.js
@@ -119,7 +119,7 @@ module.exports = function plugin(command, targets, opts) {
 
                         // Fetch the plugin first.
                         events.emit('verbose', 'Calling plugman.fetch on plugin "' + target + '"');
-                        return plugman.raw.fetch(target, pluginsDir, { searchpath: searchPath, noregistry: opts.noregistry});
+                        return plugman.raw.fetch(target, pluginsDir, { searchpath: searchPath, noregistry: opts.noregistry, link: opts.link});
                     })
                     .then(function(dir) {
                         // Validate top-level required variables


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org