Updated Branches: refs/heads/master e13733aa5 -> 610273d1f
[#1313] Update PhoneGap references to Apache Cordova. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/610273d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/610273d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/610273d1 Branch: refs/heads/master Commit: 610273d1fbced32251d3a0beb4b78faeebd3f8c7 Parents: e13733a Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu Aug 30 16:26:16 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu Aug 30 16:26:16 2012 -0700 ---------------------------------------------------------------------- README.md | 4 ++-- example/Properties/WMAppManifest.xml | 2 +- example/www/file.html | 2 +- templates/description.txt | 2 +- templates/full/Properties/WMAppManifest.xml | 2 +- templates/standalone/Properties/WMAppManifest.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eff1d8b..9a32b81 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ https://issues.apache.org/jira/browse/CB Further Reading --- -- [http://docs.phonegap.com](http://docs.phonegap.com) -- [http://wiki.phonegap.com](http://wiki.phonegap.com) +- [http://docs.cordova.io](http://docs.cordova.io) +- [http://wiki.cordova.io](http://wiki.cordova.io) http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/example/Properties/WMAppManifest.xml ---------------------------------------------------------------------- diff --git a/example/Properties/WMAppManifest.xml b/example/Properties/WMAppManifest.xml index b02b11a..f91ae45 100644 --- a/example/Properties/WMAppManifest.xml +++ b/example/Properties/WMAppManifest.xml @@ -21,7 +21,7 @@ <App xmlns="" ProductID="{252f4997-3d6c-4d7a-9d5b-59818888a810}" Title="CordovaExample" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="CordovaExample author" - Description="PhoneGap for Windows Phone 7" + Description="Apache Cordova for Windows Phone 7" Publisher="CordovaExample"> <IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath> http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/example/www/file.html ---------------------------------------------------------------------- diff --git a/example/www/file.html b/example/www/file.html index 2e392e4..7f20cf8 100644 --- a/example/www/file.html +++ b/example/www/file.html @@ -265,7 +265,7 @@ <input type="text" id="textToWrite" style="width:250px;height:20px;"/> <br/> <span class='tb-label'>Enter URL to upload file to: </span> <span id="Span3"></span> - <input type="text" id="server" value='http://posttestserver.com/post.php?dir=phonegapTest' style="width:250px;height:20px;"/> + <input type="text" id="server" value='http://posttestserver.com/post.php?dir=cordovaTest' style="width:250px;height:20px;"/> <br/> Result: <span id="file_status"></span> </div> http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/templates/description.txt ---------------------------------------------------------------------- diff --git a/templates/description.txt b/templates/description.txt index 5eba1f9..9efac6a 100644 --- a/templates/description.txt +++ b/templates/description.txt @@ -1,4 +1,4 @@ CordovaStarter -Starter project for building a Cordova app for Windows Phone version: 2.1.0rc1 ( formerly PhoneGap ) +Starter project for building a Cordova app for Windows Phone version: 2.1.0rc1 http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/templates/full/Properties/WMAppManifest.xml ---------------------------------------------------------------------- diff --git a/templates/full/Properties/WMAppManifest.xml b/templates/full/Properties/WMAppManifest.xml index 8d6a685..cffaafd 100644 --- a/templates/full/Properties/WMAppManifest.xml +++ b/templates/full/Properties/WMAppManifest.xml @@ -3,7 +3,7 @@ <App xmlns="" ProductID="{$guid1$}" Title="$safeprojectname$" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="$safeprojectname$ author" BitsPerPixel="32" - Description="PhoneGap for Windows Phone 7" + Description="Apache Cordova for Windows Phone 7" Publisher="$safeprojectname$"> <IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath> http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/610273d1/templates/standalone/Properties/WMAppManifest.xml ---------------------------------------------------------------------- diff --git a/templates/standalone/Properties/WMAppManifest.xml b/templates/standalone/Properties/WMAppManifest.xml index 10f4d99..e9225da 100644 --- a/templates/standalone/Properties/WMAppManifest.xml +++ b/templates/standalone/Properties/WMAppManifest.xml @@ -4,7 +4,7 @@ RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="$safeprojectname$ author" BitsPerPixel="32" - Description="Apache Cordova for Windows Phone 7" + Description="Apache Cordova for Windows Phone 7" Publisher="$safeprojectname$"> <IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>