Repository: cordova-coho Updated Branches: refs/heads/master 6acf45724 -> d27736a98
Remove cordova-plugin-compat This closes #156 Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/d27736a9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/d27736a9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/d27736a9 Branch: refs/heads/master Commit: d27736a986798265442b8ae2513bc6c0daa1ed06 Parents: 6acf457 Author: Simon MacDonald <[email protected]> Authored: Wed Aug 16 16:44:43 2017 -0400 Committer: Steve Gill <[email protected]> Committed: Thu Aug 17 11:56:23 2017 -0700 ---------------------------------------------------------------------- src/repoutil.js | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d27736a9/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 74c537e..06bdfcc 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -181,11 +181,6 @@ var pluginRepos = [ repoName: 'cordova-plugin-contacts', jiraComponentName: 'cordova-plugin-contacts' }, { - title: 'Plugin - Compat', - id: 'plugin-compat', - repoName: 'cordova-plugin-compat', - jiraComponentName: 'cordova-plugin-compat' - }, { title: 'Plugin - Device Motion', id: 'plugin-device-motion', repoName: 'cordova-plugin-device-motion', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
