You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/28 02:55:44 UTC

[22/50] git commit: adding actions

adding actions


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

Branch: refs/heads/master
Commit: cd0a39eac3938b54f9a757708b3df404feec781d
Parents: 57246a2
Author: Anis Kadri <an...@gmail.com>
Authored: Tue Jun 11 18:07:56 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Thu Jul 11 14:03:40 2013 -0700

----------------------------------------------------------------------
 main.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/cd0a39ea/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index 7121a0e..b7c5d54 100755
--- a/main.js
+++ b/main.js
@@ -24,10 +24,11 @@ var path = require('path')
     , package = require(path.join(__dirname, 'package'))
     , nopt = require('nopt')
     , plugins = require('./src/util/plugins')
+    , registry = require('plugman-registry')
     , plugman = require('./plugman');
 
 var known_opts = { 'platform' : [ 'ios', 'android', 'blackberry10', 'wp7', 'wp8' ]
-    , 'project' : path
+        , 'project' : path
         , 'plugin' : [String, path, url]
         , 'install' : Boolean
         , 'uninstall' : Boolean