You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/05/07 17:24:49 UTC

[44/51] [partial] [BlackBerry10] Added support for new platform

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/config.xml
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/config.xml b/lib/cordova-blackberry/blackberry/bin/templates/project/www/config.xml
new file mode 100644
index 0000000..0dc6aaa
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/config.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+-->
+<!--
+  Widget Configuration Reference:
+    http://docs.blackberry.com/en/developers/deliverables/15274/
+-->
+
+<widget xmlns="http://www.w3.org/ns/widgets"
+        xmlns:rim="http://www.blackberry.com/ns/widgets"
+	version="1.0.0.0">
+
+  <name>__NAME__</name>
+
+  <author>Your Name Here</author>
+
+  <description>
+       A sample Apache Cordova application that responds to the deviceready event.
+  </description>
+
+  <license href="http://opensource.org/licenses/alphabetical">
+  </license>
+
+  <!-- Cordova API -->
+  <feature id="blackberry.system" required="true" version="1.0.0.0" />
+  <feature id="org.apache.cordova" required="true" version="1.0.0" />
+  <feature id="blackberry.find" required="true" version="1.0.0.0" />
+  <feature id="blackberry.identity" required="true" version="1.0.0.0" />
+  <feature id="blackberry.identity.phone" required="true" version="1.0.0.0" />
+  <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
+  <feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" />
+  <feature id="blackberry.io.file" required="true" version="1.0.0.0" />
+  <feature id="blackberry.utils" required="true" version="1.0.0.0" />
+  <feature id="blackberry.io.dir" required="true" version="1.0.0.0" />
+  <feature id="blackberry.app" required="true" version="1.0.0.0" />
+  <feature id="blackberry.app.event" required="true" version="1.0.0.0" />
+  <feature id="blackberry.system.event" required="true" version="1.0.0.0"/>
+  <feature id="blackberry.widgetcache" required="true" version="1.0.0.0"/>
+  <feature id="blackberry.media.camera" />
+  <feature id="blackberry.ui.dialog" />
+  <feature id="blackberry.connection" />
+  <feature id="blackberry.bbm.platform" />
+  <feature id="blackberry.invoke.card" />
+  <feature id="blackberry.pim.contacts" />
+  <feature id="blackberry.ui.contextmenu" />
+  <feature id="blackberry.io.filetransfer" />
+  <feature id="blackberry.io" />
+  <feature id="blackberry.invoke" />
+  <feature id="blackberry.invoked" />
+  <feature id="blackberry.push" />
+  <feature id="blackberry.media.microphone" required="true" version="1.0.0.0"/>
+
+  <!-- Cordova API -->
+  <access subdomains="true" uri="file:///store/home" />
+  <access subdomains="true" uri="file:///SDCard" />
+
+  <!-- Expose access to all URIs, including the file and http protocols -->
+  <access subdomains="true" uri="*" />
+
+  <icon rim:hover="false" src="res/icon/blackberry/icon-80.png" />
+  <icon rim:hover="true" src="res/icon/blackberry/icon-80.png" />
+
+  <rim:loadingScreen backgroundColor="#CFCFCF"
+                     foregroundImage="res/screen/blackberry/screen-225.png"
+		     onFirstLaunch="true">
+    <rim:transitionEffect type="fadeOut" />
+  </rim:loadingScreen>
+
+  <content src="index.html" />
+
+  <rim:permissions>
+    <rim:permit>use_camera</rim:permit>
+    <rim:permit>read_device_identifying_information</rim:permit>
+    <rim:permit>access_shared</rim:permit>
+    <rim:permit>read_geolocation</rim:permit>
+    <rim:permit>record_audio</rim:permit>
+    <rim:permit>access_pimdomain_contacts</rim:permit>
+  </rim:permissions>
+
+</widget>

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/css/index.css
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/css/index.css b/lib/cordova-blackberry/blackberry/bin/templates/project/www/css/index.css
new file mode 100644
index 0000000..51daa79
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/css/index.css
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+* {
+    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
+}
+
+body {
+    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
+    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
+    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
+    background-color:#E4E4E4;
+    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-gradient(
+        linear,
+        left top,
+        left bottom,
+        color-stop(0, #A7A7A7),
+        color-stop(0.51, #E4E4E4)
+    );
+    background-attachment:fixed;
+    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
+    font-size:12px;
+    height:100%;
+    margin:0px;
+    padding:0px;
+    text-transform:uppercase;
+    width:100%;
+}
+
+/* Portrait layout (default) */
+.app {
+    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
+    position:absolute;             /* position in the center of the screen */
+    left:50%;
+    top:50%;
+    height:50px;                   /* text area height */
+    width:225px;                   /* text area width */
+    text-align:center;
+    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
+    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
+                                   /* offset horizontal: half of text area width */
+}
+
+/* Landscape layout (with min-width) */
+@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
+    .app {
+        background-position:left center;
+        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
+        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
+                                      /* offset horizontal: half of image width and text area width */
+    }
+}
+
+h1 {
+    font-size:24px;
+    font-weight:normal;
+    margin:0px;
+    overflow:visible;
+    padding:0px;
+    text-align:center;
+}
+
+.event {
+    border-radius:4px;
+    -webkit-border-radius:4px;
+    color:#FFFFFF;
+    font-size:12px;
+    margin:0px 30px;
+    padding:2px 0px;
+}
+
+.event.listening {
+    background-color:#333333;
+    display:block;
+}
+
+.event.received {
+    background-color:#4B946A;
+    display:none;
+}
+
+@keyframes fade {
+    from { opacity: 1.0; }
+    50% { opacity: 0.4; }
+    to { opacity: 1.0; }
+}
+ 
+@-webkit-keyframes fade {
+    from { opacity: 1.0; }
+    50% { opacity: 0.4; }
+    to { opacity: 1.0; }
+}
+ 
+.blink {
+    animation:fade 3000ms infinite;
+    -webkit-animation:fade 3000ms infinite;
+}

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/img/logo.png
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/img/logo.png b/lib/cordova-blackberry/blackberry/bin/templates/project/www/img/logo.png
new file mode 100644
index 0000000..9519e7d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/img/logo.png differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/index.html
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/index.html b/lib/cordova-blackberry/blackberry/bin/templates/project/www/index.html
new file mode 100644
index 0000000..15abf33
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<html>
+    <head>
+        <meta charset="utf-8" />
+        <meta name="format-detection" content="telephone=no" />
+        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
+        <link rel="stylesheet" type="text/css" href="css/index.css" />
+        <title>Hello World</title>
+    </head>
+    <body>
+        <div class="app">
+            <h1>Apache Cordova</h1>
+            <div id="deviceready" class="blink">
+                <p class="event listening">Connecting to Device</p>
+                <p class="event received">Device is Ready</p>
+            </div>
+        </div>
+        <script type="text/javascript" src="cordova-2.6.0rc1.js"></script>
+        <script type="text/javascript" src="js/index.js"></script>
+        <script type="text/javascript">
+            app.initialize();
+        </script>
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/js/index.js
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/js/index.js b/lib/cordova-blackberry/blackberry/bin/templates/project/www/js/index.js
new file mode 100644
index 0000000..31d9064
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/js/index.js
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+var app = {
+    // Application Constructor
+    initialize: function() {
+        this.bindEvents();
+    },
+    // Bind Event Listeners
+    //
+    // Bind any events that are required on startup. Common events are:
+    // 'load', 'deviceready', 'offline', and 'online'.
+    bindEvents: function() {
+        document.addEventListener('deviceready', this.onDeviceReady, false);
+    },
+    // deviceready Event Handler
+    //
+    // The scope of 'this' is the event. In order to call the 'receivedEvent'
+    // function, we must explicity call 'app.receivedEvent(...);'
+    onDeviceReady: function() {
+        app.receivedEvent('deviceready');
+    },
+    // Update DOM on a Received Event
+    receivedEvent: function(id) {
+        var parentElement = document.getElementById(id);
+        var listeningElement = parentElement.querySelector('.listening');
+        var receivedElement = parentElement.querySelector('.received');
+
+        listeningElement.setAttribute('style', 'display:none;');
+        receivedElement.setAttribute('style', 'display:block;');
+
+        console.log('Received Event: ' + id);
+    }
+};

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/json2.js
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/json2.js b/lib/cordova-blackberry/blackberry/bin/templates/project/www/json2.js
new file mode 100644
index 0000000..c52b92a
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/json2.js
@@ -0,0 +1,482 @@
+/*
+    http://www.JSON.org/json2.js
+    2010-03-20
+
+    Public Domain.
+
+    NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
+
+    See http://www.JSON.org/js.html
+
+
+    This code should be minified before deployment.
+    See http://javascript.crockford.com/jsmin.html
+
+    USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
+    NOT CONTROL.
+
+
+    This file creates a global JSON object containing two methods: stringify
+    and parse.
+
+        JSON.stringify(value, replacer, space)
+            value       any JavaScript value, usually an object or array.
+
+            replacer    an optional parameter that determines how object
+                        values are stringified for objects. It can be a
+                        function or an array of strings.
+
+            space       an optional parameter that specifies the indentation
+                        of nested structures. If it is omitted, the text will
+                        be packed without extra whitespace. If it is a number,
+                        it will specify the number of spaces to indent at each
+                        level. If it is a string (such as '\t' or '&nbsp;'),
+                        it contains the characters used to indent at each level.
+
+            This method produces a JSON text from a JavaScript value.
+
+            When an object value is found, if the object contains a toJSON
+            method, its toJSON method will be called and the result will be
+            stringified. A toJSON method does not serialize: it returns the
+            value represented by the name/value pair that should be serialized,
+            or undefined if nothing should be serialized. The toJSON method
+            will be passed the key associated with the value, and this will be
+            bound to the value
+
+            For example, this would serialize Dates as ISO strings.
+
+                Date.prototype.toJSON = function (key) {
+                    function f(n) {
+                        // Format integers to have at least two digits.
+                        return n < 10 ? '0' + n : n;
+                    }
+
+                    return this.getUTCFullYear()   + '-' +
+                         f(this.getUTCMonth() + 1) + '-' +
+                         f(this.getUTCDate())      + 'T' +
+                         f(this.getUTCHours())     + ':' +
+                         f(this.getUTCMinutes())   + ':' +
+                         f(this.getUTCSeconds())   + 'Z';
+                };
+
+            You can provide an optional replacer method. It will be passed the
+            key and value of each member, with this bound to the containing
+            object. The value that is returned from your method will be
+            serialized. If your method returns undefined, then the member will
+            be excluded from the serialization.
+
+            If the replacer parameter is an array of strings, then it will be
+            used to select the members to be serialized. It filters the results
+            such that only members with keys listed in the replacer array are
+            stringified.
+
+            Values that do not have JSON representations, such as undefined or
+            functions, will not be serialized. Such values in objects will be
+            dropped; in arrays they will be replaced with null. You can use
+            a replacer function to replace those with JSON values.
+            JSON.stringify(undefined) returns undefined.
+
+            The optional space parameter produces a stringification of the
+            value that is filled with line breaks and indentation to make it
+            easier to read.
+
+            If the space parameter is a non-empty string, then that string will
+            be used for indentation. If the space parameter is a number, then
+            the indentation will be that many spaces.
+
+            Example:
+
+            text = JSON.stringify(['e', {pluribus: 'unum'}]);
+            // text is '["e",{"pluribus":"unum"}]'
+
+
+            text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
+            // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'
+
+            text = JSON.stringify([new Date()], function (key, value) {
+                return this[key] instanceof Date ?
+                    'Date(' + this[key] + ')' : value;
+            });
+            // text is '["Date(---current time---)"]'
+
+
+        JSON.parse(text, reviver)
+            This method parses a JSON text to produce an object or array.
+            It can throw a SyntaxError exception.
+
+            The optional reviver parameter is a function that can filter and
+            transform the results. It receives each of the keys and values,
+            and its return value is used instead of the original value.
+            If it returns what it received, then the structure is not modified.
+            If it returns undefined then the member is deleted.
+
+            Example:
+
+            // Parse the text. Values that look like ISO date strings will
+            // be converted to Date objects.
+
+            myData = JSON.parse(text, function (key, value) {
+                var a;
+                if (typeof value === 'string') {
+                    a =
+/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(value);
+                    if (a) {
+                        return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
+                            +a[5], +a[6]));
+                    }
+                }
+                return value;
+            });
+
+            myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
+                var d;
+                if (typeof value === 'string' &&
+                        value.slice(0, 5) === 'Date(' &&
+                        value.slice(-1) === ')') {
+                    d = new Date(value.slice(5, -1));
+                    if (d) {
+                        return d;
+                    }
+                }
+                return value;
+            });
+
+
+    This is a reference implementation. You are free to copy, modify, or
+    redistribute.
+*/
+
+/*jslint evil: true, strict: false */
+
+/*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply,
+    call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
+    getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,
+    lastIndex, length, parse, prototype, push, replace, slice, stringify,
+    test, toJSON, toString, valueOf
+*/
+
+
+// Create a JSON object only if one does not already exist. We create the
+// methods in a closure to avoid creating global variables.
+
+if (!this.JSON) {
+    this.JSON = {};
+}
+
+(function () {
+
+    function f(n) {
+        // Format integers to have at least two digits.
+        return n < 10 ? '0' + n : n;
+    }
+
+    if (typeof Date.prototype.toJSON !== 'function') {
+
+        Date.prototype.toJSON = function (key) {
+
+            return isFinite(this.valueOf()) ?
+                   this.getUTCFullYear()   + '-' +
+                 f(this.getUTCMonth() + 1) + '-' +
+                 f(this.getUTCDate())      + 'T' +
+                 f(this.getUTCHours())     + ':' +
+                 f(this.getUTCMinutes())   + ':' +
+                 f(this.getUTCSeconds())   + 'Z' : null;
+        };
+
+        String.prototype.toJSON =
+        Number.prototype.toJSON =
+        Boolean.prototype.toJSON = function (key) {
+            return this.valueOf();
+        };
+    }
+
+    var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
+        escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
+        gap,
+        indent,
+        meta = {    // table of character substitutions
+            '\b': '\\b',
+            '\t': '\\t',
+            '\n': '\\n',
+            '\f': '\\f',
+            '\r': '\\r',
+            '"' : '\\"',
+            '\\': '\\\\'
+        },
+        rep;
+
+
+    function quote(string) {
+
+// If the string contains no control characters, no quote characters, and no
+// backslash characters, then we can safely slap some quotes around it.
+// Otherwise we must also replace the offending characters with safe escape
+// sequences.
+
+        escapable.lastIndex = 0;
+        return escapable.test(string) ?
+            '"' + string.replace(escapable, function (a) {
+                var c = meta[a];
+                return typeof c === 'string' ? c :
+                    '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
+            }) + '"' :
+            '"' + string + '"';
+    }
+
+
+    function str(key, holder) {
+
+// Produce a string from holder[key].
+
+        var i,          // The loop counter.
+            k,          // The member key.
+            v,          // The member value.
+            length,
+            mind = gap,
+            partial,
+            value = holder[key];
+
+// If the value has a toJSON method, call it to obtain a replacement value.
+
+        if (value && typeof value === 'object' &&
+                typeof value.toJSON === 'function') {
+            value = value.toJSON(key);
+        }
+
+// If we were called with a replacer function, then call the replacer to
+// obtain a replacement value.
+
+        if (typeof rep === 'function') {
+            value = rep.call(holder, key, value);
+        }
+
+// What happens next depends on the value's type.
+
+        switch (typeof value) {
+        case 'string':
+            return quote(value);
+
+        case 'number':
+
+// JSON numbers must be finite. Encode non-finite numbers as null.
+
+            return isFinite(value) ? String(value) : 'null';
+
+        case 'boolean':
+        case 'null':
+
+// If the value is a boolean or null, convert it to a string. Note:
+// typeof null does not produce 'null'. The case is included here in
+// the remote chance that this gets fixed someday.
+
+            return String(value);
+
+// If the type is 'object', we might be dealing with an object or an array or
+// null.
+
+        case 'object':
+
+// Due to a specification blunder in ECMAScript, typeof null is 'object',
+// so watch out for that case.
+
+            if (!value) {
+                return 'null';
+            }
+
+// Make an array to hold the partial results of stringifying this object value.
+
+            gap += indent;
+            partial = [];
+
+// Is the value an array?
+
+            if (Object.prototype.toString.apply(value) === '[object Array]') {
+
+// The value is an array. Stringify every element. Use null as a placeholder
+// for non-JSON values.
+
+                length = value.length;
+                for (i = 0; i < length; i += 1) {
+                    partial[i] = str(i, value) || 'null';
+                }
+
+// Join all of the elements together, separated with commas, and wrap them in
+// brackets.
+
+                v = partial.length === 0 ? '[]' :
+                    gap ? '[\n' + gap +
+                            partial.join(',\n' + gap) + '\n' +
+                                mind + ']' :
+                          '[' + partial.join(',') + ']';
+                gap = mind;
+                return v;
+            }
+
+// If the replacer is an array, use it to select the members to be stringified.
+
+            if (rep && typeof rep === 'object') {
+                length = rep.length;
+                for (i = 0; i < length; i += 1) {
+                    k = rep[i];
+                    if (typeof k === 'string') {
+                        v = str(k, value);
+                        if (v) {
+                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
+                        }
+                    }
+                }
+            } else {
+
+// Otherwise, iterate through all of the keys in the object.
+
+                for (k in value) {
+                    if (Object.hasOwnProperty.call(value, k)) {
+                        v = str(k, value);
+                        if (v) {
+                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
+                        }
+                    }
+                }
+            }
+
+// Join all of the member texts together, separated with commas,
+// and wrap them in braces.
+
+            v = partial.length === 0 ? '{}' :
+                gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n' +
+                        mind + '}' : '{' + partial.join(',') + '}';
+            gap = mind;
+            return v;
+        }
+    }
+
+// If the JSON object does not yet have a stringify method, give it one.
+
+    if (typeof JSON.stringify !== 'function') {
+        JSON.stringify = function (value, replacer, space) {
+
+// The stringify method takes a value and an optional replacer, and an optional
+// space parameter, and returns a JSON text. The replacer can be a function
+// that can replace values, or an array of strings that will select the keys.
+// A default replacer method can be provided. Use of the space parameter can
+// produce text that is more easily readable.
+
+            var i;
+            gap = '';
+            indent = '';
+
+// If the space parameter is a number, make an indent string containing that
+// many spaces.
+
+            if (typeof space === 'number') {
+                for (i = 0; i < space; i += 1) {
+                    indent += ' ';
+                }
+
+// If the space parameter is a string, it will be used as the indent string.
+
+            } else if (typeof space === 'string') {
+                indent = space;
+            }
+
+// If there is a replacer, it must be a function or an array.
+// Otherwise, throw an error.
+
+            rep = replacer;
+            if (replacer && typeof replacer !== 'function' &&
+                    (typeof replacer !== 'object' ||
+                     typeof replacer.length !== 'number')) {
+                throw new Error('JSON.stringify');
+            }
+
+// Make a fake root object containing our value under the key of ''.
+// Return the result of stringifying the value.
+
+            return str('', {'': value});
+        };
+    }
+
+
+// If the JSON object does not yet have a parse method, give it one.
+
+    if (typeof JSON.parse !== 'function') {
+        JSON.parse = function (text, reviver) {
+
+// The parse method takes a text and an optional reviver function, and returns
+// a JavaScript value if the text is a valid JSON text.
+
+            var j;
+
+            function walk(holder, key) {
+
+// The walk method is used to recursively walk the resulting structure so
+// that modifications can be made.
+
+                var k, v, value = holder[key];
+                if (value && typeof value === 'object') {
+                    for (k in value) {
+                        if (Object.hasOwnProperty.call(value, k)) {
+                            v = walk(value, k);
+                            if (v !== undefined) {
+                                value[k] = v;
+                            } else {
+                                delete value[k];
+                            }
+                        }
+                    }
+                }
+                return reviver.call(holder, key, value);
+            }
+
+
+// Parsing happens in four stages. In the first stage, we replace certain
+// Unicode characters with escape sequences. JavaScript handles many characters
+// incorrectly, either silently deleting them, or treating them as line endings.
+
+            text = String(text);
+            cx.lastIndex = 0;
+            if (cx.test(text)) {
+                text = text.replace(cx, function (a) {
+                    return '\\u' +
+                        ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
+                });
+            }
+
+// In the second stage, we run the text against regular expressions that look
+// for non-JSON patterns. We are especially concerned with '()' and 'new'
+// because they can cause invocation, and '=' because it can cause mutation.
+// But just to be safe, we want to reject all unexpected forms.
+
+// We split the second stage into 4 regexp operations in order to work around
+// crippling inefficiencies in IE's and Safari's regexp engines. First we
+// replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
+// replace all simple value tokens with ']' characters. Third, we delete all
+// open brackets that follow a colon or comma or that begin the text. Finally,
+// we look to see that the remaining characters are only whitespace or ']' or
+// ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
+
+            if (/^[\],:{}\s]*$/.
+test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@').
+replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']').
+replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
+
+// In the third stage we use the eval function to compile the text into a
+// JavaScript structure. The '{' operator is subject to a syntactic ambiguity
+// in JavaScript: it can begin a block or an object literal. We wrap the text
+// in parens to eliminate the ambiguity.
+
+                j = eval('(' + text + ')');
+
+// In the optional fourth stage, we recursively walk the new structure, passing
+// each name/value pair to a reviver function for possible transformation.
+
+                return typeof reviver === 'function' ?
+                    walk({'': j}, '') : j;
+            }
+
+// If the text is not JSON parseable, then a SyntaxError is thrown.
+
+            throw new SyntaxError('JSON.parse');
+        };
+    }
+}());
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/plugins.xml
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/plugins.xml b/lib/cordova-blackberry/blackberry/bin/templates/project/www/plugins.xml
new file mode 100644
index 0000000..3d41236
--- /dev/null
+++ b/lib/cordova-blackberry/blackberry/bin/templates/project/www/plugins.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+-->
+<plugins>
+  <plugin name="App"            value="org.apache.cordova.app.App"/>
+  <plugin name="Device"         value="org.apache.cordova.device.Device"/>
+  <plugin name="Camera"         value="org.apache.cordova.camera.Camera"/>
+  <plugin name="NetworkStatus"  value="org.apache.cordova.network.Network"/>
+  <plugin name="Notification"   value="org.apache.cordova.notification.Notification"/>
+  <plugin name="Accelerometer"  value="org.apache.cordova.accelerometer.Accelerometer"/>
+  <plugin name="Geolocation"    value="org.apache.cordova.geolocation.Geolocation"/>
+  <plugin name="File"           value="org.apache.cordova.file.FileManager"/>
+  <plugin name="FileTransfer"   value="org.apache.cordova.http.FileTransfer"/>
+  <plugin name="Contacts"       value="org.apache.cordova.pim.Contact"/>
+  <plugin name="Capture"        value="org.apache.cordova.capture.MediaCapture"/>
+  <plugin name="Battery"        value="org.apache.cordova.battery.Battery"/>
+  <plugin name="Media"          value="org.apache.cordova.media.Media"/>
+  <plugin name="Globalization"  value="org.apache.cordova.globalization.Globalization"/>
+</plugins>

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/icon/blackberry/icon-80.png
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/icon/blackberry/icon-80.png b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/icon/blackberry/icon-80.png
new file mode 100644
index 0000000..f86a27a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/icon/blackberry/icon-80.png differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar.js.gz
new file mode 100644
index 0000000..3c1fecd
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_AE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_AE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_AE.js.gz
new file mode 100644
index 0000000..677a6ad
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_AE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_BH.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_BH.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_BH.js.gz
new file mode 100644
index 0000000..602c22c
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_BH.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_DZ.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_DZ.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_DZ.js.gz
new file mode 100644
index 0000000..485b9a2
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_DZ.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_EG.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_EG.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_EG.js.gz
new file mode 100644
index 0000000..dfc2045
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_EG.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_IQ.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_IQ.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_IQ.js.gz
new file mode 100644
index 0000000..9e7c5ae
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_IQ.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_JO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_JO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_JO.js.gz
new file mode 100644
index 0000000..72d26ca
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_JO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_KW.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_KW.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_KW.js.gz
new file mode 100644
index 0000000..1dde592
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_KW.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LB.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LB.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LB.js.gz
new file mode 100644
index 0000000..640e8be
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LB.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LY.js.gz
new file mode 100644
index 0000000..b7beb36
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_LY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_MA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_MA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_MA.js.gz
new file mode 100644
index 0000000..3eb49f9
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_MA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_OM.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_OM.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_OM.js.gz
new file mode 100644
index 0000000..b68cf81
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_OM.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_QA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_QA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_QA.js.gz
new file mode 100644
index 0000000..d2583d4
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_QA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SA.js.gz
new file mode 100644
index 0000000..aa15f88
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SD.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SD.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SD.js.gz
new file mode 100644
index 0000000..116f0e2
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SD.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SY.js.gz
new file mode 100644
index 0000000..65aaeb0
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_SY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_TN.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_TN.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_TN.js.gz
new file mode 100644
index 0000000..853cc9e
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_TN.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_YE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_YE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_YE.js.gz
new file mode 100644
index 0000000..841ee63
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ar_YE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be.js.gz
new file mode 100644
index 0000000..a0a64b8
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be_BY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be_BY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be_BY.js.gz
new file mode 100644
index 0000000..fec5f32
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/be_BY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg.js.gz
new file mode 100644
index 0000000..4f816d8
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg_BG.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg_BG.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg_BG.js.gz
new file mode 100644
index 0000000..9cc5ec3
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bg_BG.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bn_IN.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bn_IN.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bn_IN.js.gz
new file mode 100644
index 0000000..3f40ba4
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/bn_IN.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca.js.gz
new file mode 100644
index 0000000..32e04c5
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES.js.gz
new file mode 100644
index 0000000..93d8ec3
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES_PREEURO.js.gz
new file mode 100644
index 0000000..69be9b1
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/ca_ES_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs.js.gz
new file mode 100644
index 0000000..28dd3ee
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ.js.gz
new file mode 100644
index 0000000..95d0e32
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_EURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_EURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_EURO.js.gz
new file mode 100644
index 0000000..9d821d6
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_EURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_PREEURO.js.gz
new file mode 100644
index 0000000..681c4b3
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/cs_CZ_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da.js.gz
new file mode 100644
index 0000000..ba270ad
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK.js.gz
new file mode 100644
index 0000000..0b9dbe2
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK_EURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK_EURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK_EURO.js.gz
new file mode 100644
index 0000000..8d52b6a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/da_DK_EURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de.js.gz
new file mode 100644
index 0000000..a65adda
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT.js.gz
new file mode 100644
index 0000000..fb693c2
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT_PREEURO.js.gz
new file mode 100644
index 0000000..e61b9d9
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_AT_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_CH.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_CH.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_CH.js.gz
new file mode 100644
index 0000000..1b906e7
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_CH.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE.js.gz
new file mode 100644
index 0000000..dc73b68
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE_PREEURO.js.gz
new file mode 100644
index 0000000..76e1b0d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_DE_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU.js.gz
new file mode 100644
index 0000000..f1f85b9
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU_PREEURO.js.gz
new file mode 100644
index 0000000..c00d5de
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/de_LU_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el.js.gz
new file mode 100644
index 0000000..0cdbf53
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY.js.gz
new file mode 100644
index 0000000..5405116
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_EURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_EURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_EURO.js.gz
new file mode 100644
index 0000000..79c2841
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_EURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_PREEURO.js.gz
new file mode 100644
index 0000000..35a134a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_CY_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR.js.gz
new file mode 100644
index 0000000..6c30687
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR_PREEURO.js.gz
new file mode 100644
index 0000000..e6f2529
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/el_GR_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en.js.gz
new file mode 100644
index 0000000..146dee3
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_AU.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_AU.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_AU.js.gz
new file mode 100644
index 0000000..8cb1758
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_AU.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE.js.gz
new file mode 100644
index 0000000..e327a14
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE_PREEURO.js.gz
new file mode 100644
index 0000000..eaa6076
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_BE_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_CA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_CA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_CA.js.gz
new file mode 100644
index 0000000..65ce247
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_CA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB.js.gz
new file mode 100644
index 0000000..9e647a7
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB_EURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB_EURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB_EURO.js.gz
new file mode 100644
index 0000000..0e6d09b
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_GB_EURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_HK.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_HK.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_HK.js.gz
new file mode 100644
index 0000000..cda0352
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_HK.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE.js.gz
new file mode 100644
index 0000000..91efb10
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE_PREEURO.js.gz
new file mode 100644
index 0000000..8933e3d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IE_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IN.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IN.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IN.js.gz
new file mode 100644
index 0000000..db66e86
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_IN.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_MT.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_MT.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_MT.js.gz
new file mode 100644
index 0000000..ea0a479
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_MT.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_NZ.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_NZ.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_NZ.js.gz
new file mode 100644
index 0000000..720baad
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_NZ.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_PH.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_PH.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_PH.js.gz
new file mode 100644
index 0000000..7e860ff
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_PH.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_SG.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_SG.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_SG.js.gz
new file mode 100644
index 0000000..5ffc7ba
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_SG.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_US.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_US.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_US.js.gz
new file mode 100644
index 0000000..5e7ed2f
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_US.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_ZA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_ZA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_ZA.js.gz
new file mode 100644
index 0000000..c1221b5
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/en_ZA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es.js.gz
new file mode 100644
index 0000000..f233e90
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_AR.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_AR.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_AR.js.gz
new file mode 100644
index 0000000..0ca8ffa
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_AR.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_BO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_BO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_BO.js.gz
new file mode 100644
index 0000000..1b3c306
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_BO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CL.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CL.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CL.js.gz
new file mode 100644
index 0000000..92a324a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CL.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CO.js.gz
new file mode 100644
index 0000000..362232d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CR.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CR.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CR.js.gz
new file mode 100644
index 0000000..53e9e23
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_CR.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_DO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_DO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_DO.js.gz
new file mode 100644
index 0000000..26c6fff
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_DO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_EC.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_EC.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_EC.js.gz
new file mode 100644
index 0000000..559db9e
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_EC.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES.js.gz
new file mode 100644
index 0000000..819e45d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES_PREEURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES_PREEURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES_PREEURO.js.gz
new file mode 100644
index 0000000..589d775
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_ES_PREEURO.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_GT.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_GT.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_GT.js.gz
new file mode 100644
index 0000000..e1aba86
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_GT.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_HN.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_HN.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_HN.js.gz
new file mode 100644
index 0000000..43ce67a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_HN.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_MX.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_MX.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_MX.js.gz
new file mode 100644
index 0000000..76a40da
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_MX.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_NI.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_NI.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_NI.js.gz
new file mode 100644
index 0000000..86302a5
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_NI.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PA.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PA.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PA.js.gz
new file mode 100644
index 0000000..5f3a6d2
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PA.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PE.js.gz
new file mode 100644
index 0000000..44a20ec
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PR.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PR.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PR.js.gz
new file mode 100644
index 0000000..3d60ce9
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PR.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PY.js.gz
new file mode 100644
index 0000000..c928b88
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_PY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_SV.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_SV.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_SV.js.gz
new file mode 100644
index 0000000..0d3800a
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_SV.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_US.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_US.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_US.js.gz
new file mode 100644
index 0000000..2243584
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_US.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_UY.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_UY.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_UY.js.gz
new file mode 100644
index 0000000..db5ce23
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_UY.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_VE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_VE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_VE.js.gz
new file mode 100644
index 0000000..b57e2e1
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/es_VE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et.js.gz
new file mode 100644
index 0000000..e685c40
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE.js.gz
new file mode 100644
index 0000000..8ceff8f
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE.js.gz differ

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6831bed4/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE_EURO.js.gz
----------------------------------------------------------------------
diff --git a/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE_EURO.js.gz b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE_EURO.js.gz
new file mode 100644
index 0000000..9b4617d
Binary files /dev/null and b/lib/cordova-blackberry/blackberry/bin/templates/project/www/res/resourceBundles/et_EE_EURO.js.gz differ