Problem: - currently BlackBerry has 3 different javascript files: -- cordova.blackberry.js -- cordova.playbook.js -- cordova.qnx.js
This leads to some awkward buildtime magic and makes blackberry building in cordova.js as well as during project creation / building special. Solution: Include all javascript into one file (cordova.blackberry.js) for each subplatform and switch the loading at runtime for blackberry. Pull Request here: https://github.com/apache/incubator-cordova-js/pull/41 once this is in I will quickly merge in changes to cordova-blackberry that clean up the hackery to support 3 different javascript files
