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

[3/4] wp7 commit: becomes

<cordova> becomes <widget>


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/451850c9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/451850c9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/451850c9

Branch: refs/heads/master
Commit: 451850c9acc159c9bab849df44483559d36a67df
Parents: 68d024a
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Feb 14 17:08:03 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Feb 14 17:08:03 2013 -0800

----------------------------------------------------------------------
 templates/full/config.xml       |    4 ++--
 templates/standalone/config.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/451850c9/templates/full/config.xml
----------------------------------------------------------------------
diff --git a/templates/full/config.xml b/templates/full/config.xml
index cac0c09..170f9fe 100644
--- a/templates/full/config.xml
+++ b/templates/full/config.xml
@@ -19,7 +19,7 @@
 # under the License.
 #
 -->
-<cordova>
+<widget>
 
   <plugins>
     <plugin name="Device"/>
@@ -46,4 +46,4 @@
 
   <access origin="*"/>
 
-</cordova>
+</widget>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/451850c9/templates/standalone/config.xml
----------------------------------------------------------------------
diff --git a/templates/standalone/config.xml b/templates/standalone/config.xml
index cac0c09..170f9fe 100644
--- a/templates/standalone/config.xml
+++ b/templates/standalone/config.xml
@@ -19,7 +19,7 @@
 # under the License.
 #
 -->
-<cordova>
+<widget>
 
   <plugins>
     <plugin name="Device"/>
@@ -46,4 +46,4 @@
 
   <access origin="*"/>
 
-</cordova>
+</widget>