You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/08/01 20:17:59 UTC

git commit: Add ratExcludes to plugin-globalization

Repository: cordova-coho
Updated Branches:
  refs/heads/master 7edd014d2 -> 03743c18e


Add ratExcludes to plugin-globalization


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

Branch: refs/heads/master
Commit: 03743c18e2e0d059dc117e7fa1600c382fcbef84
Parents: 7edd014
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Fri Aug 1 14:17:19 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Fri Aug 1 14:17:19 2014 -0400

----------------------------------------------------------------------
 src/repoutil.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/03743c18/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index fa820e5..c616962 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -234,7 +234,13 @@ var pluginRepos = [
         id: 'plugin-globalization',
         repoName: 'cordova-plugin-globalization',
         jiraComponentName: 'Plugin Globalization',
-        inactive: true
+        inactive: true,
+        ratExcludes: [
+            // zlib/libpng approved by Apache legal
+            // http://www.apache.org/legal/resolved.html
+            'tokenizer.cpp',
+            'tokenizer.h'
+        ]
     }, {
         title: 'Plugin - InAppBrowser',
         id: 'plugin-inappbrowser',