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 2014/01/31 02:35:01 UTC

git commit: CB-5951 Added namespace to config.xml

Updated Branches:
  refs/heads/3.4.x 78736e018 -> b3745ddb4
Updated Tags:  refs/tags/3.4.0-rc1 [created] b3745ddb4


CB-5951 Added namespace to config.xml


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

Branch: refs/heads/3.4.x
Commit: b3745ddb423a736101d512a0a419d3ce421e810c
Parents: 78736e0
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 30 17:34:22 2014 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 30 17:34:22 2014 -0800

----------------------------------------------------------------------
 windows8/template/config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b3745ddb/windows8/template/config.xml
----------------------------------------------------------------------
diff --git a/windows8/template/config.xml b/windows8/template/config.xml
index 57cadf6..8fc478e 100644
--- a/windows8/template/config.xml
+++ b/windows8/template/config.xml
@@ -19,6 +19,6 @@
 # under the License.
 #
 -->
-<widget>
+<widget xmlns="http://www.w3.org/ns/widgets">
     <access origin="*"/>
 </widget>