Rename PhoneGap-Symbian to Apache Cordova Symbian.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/5d280ca7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/5d280ca7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/5d280ca7 Branch: refs/heads/master Commit: 5d280ca76de7797992ca6a8c37811321369fb0b6 Parents: 6dd248d Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Mon May 14 18:53:38 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Tue Jun 5 10:18:02 2012 -0700 ---------------------------------------------------------------------- coho | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/5d280ca7/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index ff1685f..3660702 100755 --- a/coho +++ b/coho @@ -173,7 +173,7 @@ if (PLATFORM === "all" || PLATFORM === "docs") { } //symbian -fs.writeFile('depreciate.txt', 'PhoneGap-Symbian is being depreciated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) { +fs.writeFile('depreciate.txt', 'Apache Cordova Symbian is being depreciated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) { if (err) throw err; }); queueCommand("cd temp/release/bin && mkdir symbian");