Updated Branches: refs/heads/master 6dd248d92 -> 64823adce
Reword Symbian deprecation message and update URL. 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/64823adc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/64823adc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/64823adc Branch: refs/heads/master Commit: 64823adce6168c2cbaeab22beae41303d5049c29 Parents: cdf6977 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Tue Jun 5 10:24:48 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Tue Jun 5 10:24:48 2012 -0700 ---------------------------------------------------------------------- coho | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/64823adc/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 673d8f8..6d09e24 100755 --- a/coho +++ b/coho @@ -173,7 +173,7 @@ if (PLATFORM === "all" || PLATFORM === "docs") { } //symbian -fs.writeFile('deprecated.txt', 'Apache Cordova Symbian is being deprecated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) { +fs.writeFile('deprecated.txt', 'Apache Cordova Symbian has been deprecated. The latest source code is available at: https://github.com/phonegap/phonegap-symbian.wrt/tree/a779600377f17511f2ff94beb0ab9e8a357860e1', function (err) { if (err) throw err; }); queueCommand("cd temp/release/bin && mkdir symbian");