Updated Branches: refs/heads/master fd5abf633 -> 446207993
[CB-1567] - keep dist folder around 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/44620799 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/44620799 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/44620799 Branch: refs/heads/master Commit: 446207993ad2552d71bf9544e481a21cbb66b3be Parents: fd5abf6 Author: Tim Kim <tim....@nitobi.com> Authored: Mon Oct 1 17:23:56 2012 -0700 Committer: Tim Kim <tim....@nitobi.com> Committed: Mon Oct 1 17:23:56 2012 -0700 ---------------------------------------------------------------------- bin/create | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/44620799/bin/create ---------------------------------------------------------------------- diff --git a/bin/create b/bin/create index f6c930e..974dc10 100755 --- a/bin/create +++ b/bin/create @@ -47,7 +47,6 @@ fi function on_exit { echo "Cleaning up ..." [ -d "$BUILD_PATH/build" ] && rm -rf "$BUILD_PATH/build" - [ -d "$BUILD_PATH/dist" ] && rm -rf "$BUILD_PATH/dist" echo "Remember to update the project.properties file inside your application directory!" }