You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/10 16:04:01 UTC

cordova-plugman git commit: CB-8637 add windows to plugman

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 4c3539207 -> 105dc5d88


CB-8637 add windows to plugman

Fixes error when trying to add plugin for platform windows using plugman
directly.


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

Branch: refs/heads/master
Commit: 105dc5d88e805313ae98cc904b6055f30ef81177
Parents: 4c35392
Author: Staci Cooper <sm...@us.ibm.com>
Authored: Mon Mar 9 16:07:35 2015 -0400
Committer: Staci Cooper <sm...@us.ibm.com>
Committed: Mon Mar 9 16:07:35 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/105dc5d8/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index 13830d7..2d9a3b4 100755
--- a/main.js
+++ b/main.js
@@ -41,7 +41,7 @@ try {
     process.exit(2);
 }
 
-var known_opts = { 'platform' : [ 'ios', 'android', 'amazon-fireos', 'blackberry10', 'wp8' , 'windows8', 'firefoxos' ]
+var known_opts = { 'platform' : [ 'ios', 'android', 'amazon-fireos', 'blackberry10', 'wp8' , 'windows8', 'windows', 'firefoxos' ]
         , 'project' : path
         , 'plugin' : [String, path, url, Array]
         , 'version' : Boolean


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