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/09/28 01:45:45 UTC

git commit: added empty config.xml

Updated Branches:
  refs/heads/3.1.x d2d575358 -> 7e7b49734


added empty 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/7e7b4973
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/7e7b4973
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/7e7b4973

Branch: refs/heads/3.1.x
Commit: 7e7b497341c1e130fb56a13d4837c2addde8ccc5
Parents: d2d5753
Author: purplecabbage <pu...@gmail.com>
Authored: Fri Sep 27 16:45:20 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Fri Sep 27 16:45:20 2013 -0700

----------------------------------------------------------------------
 windows8/template/config.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7e7b4973/windows8/template/config.xml
----------------------------------------------------------------------
diff --git a/windows8/template/config.xml b/windows8/template/config.xml
new file mode 100644
index 0000000..57cadf6
--- /dev/null
+++ b/windows8/template/config.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+<widget>
+    <access origin="*"/>
+</widget>