You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/04 20:32:51 UTC

[67/91] [abbrv] git commit: renamed platform tag for BlackBerry 10

renamed platform tag for BlackBerry 10


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

Branch: refs/heads/master
Commit: fd1d0d076a5947de152cc2e9b21698af32602292
Parents: 55c396f
Author: Tim Kim <ti...@adobe.com>
Authored: Tue Jan 22 11:47:34 2013 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Tue Jan 22 11:47:34 2013 -0800

----------------------------------------------------------------------
 platforms/bb10.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/fd1d0d07/platforms/bb10.js
----------------------------------------------------------------------
diff --git a/platforms/bb10.js b/platforms/bb10.js
index 2951d11..8d32bbc 100644
--- a/platforms/bb10.js
+++ b/platforms/bb10.js
@@ -16,7 +16,7 @@ exports.handlePlugin = function (action, project_dir, plugin_dir, plugin_et) {
 
       // look for assets in the plugin 
       , assets = plugin_et.findall('./asset')
-      , platformTag = plugin_et.find('./platform[@name="bb10"]')
+      , platformTag = plugin_et.find('./platform[@name="BlackBerry10"]')
       , sourceFiles = platformTag.findall('./source-file')
       , libFiles = platformTag.findall('./library-file')
       , configChanges = getConfigChanges(platformTag);