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 2015/03/12 02:30:19 UTC

cordova-coho git commit: Add whitelist plugins to repo list

Repository: cordova-coho
Updated Branches:
  refs/heads/master 4489e4613 -> dff2a5ef7


Add whitelist plugins to repo list


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

Branch: refs/heads/master
Commit: dff2a5ef706317fc7ac009e2d1d72aec48ce0eb3
Parents: 4489e46
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Mar 11 21:30:00 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 11 21:30:00 2015 -0400

----------------------------------------------------------------------
 src/repoutil.js | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/dff2a5ef/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index c6df4ad..c0f16db 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -308,6 +308,18 @@ var pluginRepos = [
         jiraComponentName: 'Plugin Statusbar',
         inactive: true
     }, {
+        title: 'Plugin - Whitelist',
+        id: 'plugin-whitelist',
+        repoName: 'cordova-plugin-whitelist',
+        jiraComponentName: 'Plugin Whitelist',
+        inactive: true
+    }, {
+        title: 'Plugin - Legacy Whitelist',
+        id: 'plugin-legacy-whitelist',
+        repoName: 'cordova-plugin-legacy-whitelist',
+        jiraComponentName: 'Plugin Legacy Whitelist',
+        inactive: true
+    }, {
         title: 'Plugins - Other',
         id: 'cordova-plugins',
         repoName: 'cordova-plugins',


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