Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
[#1313] Update PhoneGap references to Apache Cordova.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Aug 30, 2012
1 parent e13733a commit 610273d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion example/Properties/WMAppManifest.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion example/www/file.html
Expand Up @@ -265,7 +265,7 @@ <h1>File</h1>
<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>
Expand Down
2 changes: 1 addition & 1 deletion 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

2 changes: 1 addition & 1 deletion templates/full/Properties/WMAppManifest.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion templates/standalone/Properties/WMAppManifest.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 610273d

Please sign in to comment.