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/03 09:31:02 UTC

[05/11] cordova-lib git commit: Add org.apache.cordova.test-framework to plugman publish whitelist

Add org.apache.cordova.test-framework to plugman publish whitelist


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

Branch: refs/heads/CB-8551
Commit: 96595cff2cc771bd44e9e999d52fa7f6dfa7ef6c
Parents: 4c0fec7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 17 21:20:08 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Mar 2 09:58:42 2015 -0500

----------------------------------------------------------------------
 cordova-lib/src/plugman/registry/whitelist.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/96595cff/cordova-lib/src/plugman/registry/whitelist.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/plugman/registry/whitelist.js b/cordova-lib/src/plugman/registry/whitelist.js
index 57c5587..bbd39ff 100644
--- a/cordova-lib/src/plugman/registry/whitelist.js
+++ b/cordova-lib/src/plugman/registry/whitelist.js
@@ -36,5 +36,6 @@ module.exports = [
     'org.apache.cordova.camera',
     'org.apache.cordova.device-motion',
     'org.apache.cordova.battery-status',
-    'org.apache.cordova.statusbar'
+    'org.apache.cordova.statusbar',
+    'org.apache.cordova.test-framework'
 ];


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