Repository: cordova-coho Updated Branches: refs/heads/master 29b8efe81 -> 3834b78f5
CB-6811 - Vibration - Fix header licenses (Apache RAT report) Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/3834b78f Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/3834b78f Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/3834b78f Branch: refs/heads/master Commit: 3834b78f546d60053f2611ec66f4b4ee9b4c4247 Parents: 29b8efe Author: Shazron Abdullah <[email protected]> Authored: Mon Sep 22 12:38:34 2014 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Mon Sep 22 12:38:34 2014 -0700 ---------------------------------------------------------------------- src/repoutil.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3834b78f/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 3bfcfbe..1dcad35 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -277,7 +277,13 @@ var pluginRepos = [ id: 'plugin-vibration', repoName: 'cordova-plugin-vibration', jiraComponentName: 'Plugin Vibration', - inactive: true + inactive: true, + ratExcludes: [ + // zlib/libpng approved by Apache legal + // http://www.apache.org/legal/resolved.html + 'tokenizer.cpp', + 'tokenizer.h' + ] }, { title: 'Plugin - Statusbar', id: 'plugin-statusbar',
