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/29 00:59:53 UTC

webworks commit: [CB-962] - File permission stuff got overwritten in last few commits - bringing it back

Updated Branches:
  refs/heads/master b8a012de8 -> 7f4beba5e


[CB-962] - File permission stuff got overwritten in last few commits - bringing it back


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/7f4beba5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/7f4beba5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/7f4beba5

Branch: refs/heads/master
Commit: 7f4beba5ec85331f07053529cd3de00a2b984361
Parents: b8a012d
Author: Tim Kim <ti...@nitobi.com>
Authored: Thu Jun 28 15:59:48 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Jun 28 15:59:48 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/7f4beba5/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 62679ba..0d2a720 100755
--- a/bin/create
+++ b/bin/create
@@ -79,7 +79,8 @@ else
 	cp -r $BUILD_PATH/sample/. $PROJECT_PATH
 fi
 
-
+# re-copy over cordova scripts because ant doesn't preserve file modes when copying
+cp -r -p $BUILD_PATH/bin/templates/project/cordova $PROJECT_PATH
 
 # interpolate the app name into config.xml
 echo "Updating config.xml ..."