You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/16 22:21:16 UTC

js commit: [tizen] Fix typo in packager (plubin->plugin)

Updated Branches:
  refs/heads/master 83e3ccabe -> d95a1b29d


[tizen] Fix typo in packager (plubin->plugin)


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

Branch: refs/heads/master
Commit: d95a1b29d975d37edb3e83dd8cff7597397113dd
Parents: 83e3cca
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 15 14:58:09 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jan 16 16:21:02 2013 -0500

----------------------------------------------------------------------
 build/packager.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/d95a1b29/build/packager.js
----------------------------------------------------------------------
diff --git a/build/packager.js b/build/packager.js
index 98b22c2..1247385 100644
--- a/build/packager.js
+++ b/build/packager.js
@@ -57,7 +57,7 @@ packager.bundle = function(platform, debug, commitId ) {
 
         //Test platform needs to bring in platform specific plugin's for testing
         copyProps(modules, collectFiles(path.join('lib', 'blackberry', 'plugin'), 'plugin'));
-        copyProps(modules, collectFiles(path.join('lib', 'tizen', 'plugin', 'tizen'), 'plubin/tizen'));
+        copyProps(modules, collectFiles(path.join('lib', 'tizen', 'plugin', 'tizen'), 'plugin/tizen'));
         copyProps(modules, collectFiles(path.join('lib', 'windowsphone', 'plugin', 'windowsphone'), 'plugin/windowsphone'));
         copyProps(modules, collectFiles(path.join('lib', 'windows8', 'plugin', 'windows8'), 'plugin/windows8'));
         copyProps(modules, collectFiles(path.join('lib', 'ios', 'plugin', 'ios'), 'plugin/ios/'));