You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/11 02:15:29 UTC

[14/32] android commit: [CB-3340] Add copying of the version script to bin/create

[CB-3340] Add copying of the version script to bin/create


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

Branch: refs/heads/3.0.0
Commit: 0e572aea364fb089908af8cf648d438c44f7a94f
Parents: 420cee4
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 29 10:23:00 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 29 10:23:00 2013 -0400

----------------------------------------------------------------------
 bin/create | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/0e572aea/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 71f98bc..134100d 100755
--- a/bin/create
+++ b/bin/create
@@ -143,6 +143,7 @@ cp "$BUILD_PATH"/bin/templates/cordova/build "$PROJECT_PATH"/cordova/build
 cp "$BUILD_PATH"/bin/templates/cordova/clean "$PROJECT_PATH"/cordova/clean
 cp "$BUILD_PATH"/bin/templates/cordova/log "$PROJECT_PATH"/cordova/log
 cp "$BUILD_PATH"/bin/templates/cordova/run "$PROJECT_PATH"/cordova/run
+cp "$BUILD_PATH"/bin/templates/cordova/version "$PROJECT_PATH"/cordova/version
 cp "$BUILD_PATH"/bin/templates/cordova/lib/cordova "$PROJECT_PATH"/cordova/lib/cordova
 cp "$BUILD_PATH"/bin/templates/cordova/lib/install-device "$PROJECT_PATH"/cordova/lib/install-device
 cp "$BUILD_PATH"/bin/templates/cordova/lib/install-emulator "$PROJECT_PATH"/cordova/lib/install-emulator