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:05:53 UTC

[1/2] git commit: becomes

<cordova> becomes <widget>


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/45548b25
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/45548b25
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/45548b25

Branch: refs/heads/master
Commit: 45548b25042082b0cea8f32a398146a5b73d3463
Parents: c9133fe
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Feb 14 17:04:11 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Feb 14 17:04:11 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/45548b25/example/config.xml
----------------------------------------------------------------------
diff --git a/example/config.xml b/example/config.xml
index cac0c09..170f9fe 100644
--- a/example/config.xml
+++ b/example/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-wp8/blob/45548b25/templates/custom/config.xml
----------------------------------------------------------------------
diff --git a/templates/custom/config.xml b/templates/custom/config.xml
index cac0c09..170f9fe 100644
--- a/templates/custom/config.xml
+++ b/templates/custom/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-wp8/blob/45548b25/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-wp8/blob/45548b25/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>