You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/06/26 23:50:02 UTC

webworks commit: Made sure cordova scripts are executable when copied over

Updated Branches:
  refs/heads/master 25acb0ee9 -> 4e783f819


Made sure cordova scripts are executable when copied over


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/4e783f81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/4e783f81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/4e783f81

Branch: refs/heads/master
Commit: 4e783f8190ca80c497c00f423085c0144a391bd6
Parents: 25acb0e
Author: Tim Kim <ti...@nitobi.com>
Authored: Tue Jun 26 14:49:56 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Tue Jun 26 14:49:56 2012 -0700

----------------------------------------------------------------------
 bin/create |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/4e783f81/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 3650b84..80c1465 100755
--- a/bin/create
+++ b/bin/create
@@ -71,6 +71,7 @@ echo "Building cordova-$VERSION.jar and cordova-$VERSION.js ..."
 # copy project template
 echo "Copying assets and resources ..."
 cp -r $BUILD_PATH/dist/sample/. $PROJECT_PATH
+chmod 700 $PROJECT_PATH/cordova/*
 
 # interpolate the app name into config.xml
 echo "Updating config.xml ..."