You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by je...@apache.org on 2013/08/13 20:43:05 UTC

webworks commit: [CB-4575] Removing plugman chmod change from creation as we no longer use plugman within the framework

Updated Branches:
  refs/heads/master b09416501 -> 9bf2a4cd6


[CB-4575] Removing plugman chmod change from creation as we no longer use plugman within the framework


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

Branch: refs/heads/master
Commit: 9bf2a4cd62fab4bdde2787f7c53013770196ac33
Parents: b094165
Author: Jeffrey Heifetz <jh...@blackberry.com>
Authored: Tue Aug 13 11:22:21 2013 -0400
Committer: Jeffrey Heifetz <jh...@blackberry.com>
Committed: Tue Aug 13 14:12:05 2013 -0400

----------------------------------------------------------------------
 blackberry10/bin/create.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/9bf2a4cd/blackberry10/bin/create.js
----------------------------------------------------------------------
diff --git a/blackberry10/bin/create.js b/blackberry10/bin/create.js
index ebba0e2..743e60c 100644
--- a/blackberry10/bin/create.js
+++ b/blackberry10/bin/create.js
@@ -172,9 +172,6 @@ function copyFilesToProject() {
     wrench.mkdirSyncRecursive(nodeModulesDest, 0777);
     wrench.copyDirSyncRecursive(MODULES_PROJECT_DIR, nodeModulesDest);
 
-    //change permissions of plugman
-    fs.chmodSync(path.join(nodeModulesDest, "plugman", "main.js"), 0755);
-
     //copy framework bootstrap
     TARGETS.forEach(function (target) {
         var chromeDir = path.join(native_dir, target, "chrome"),