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/07/16 00:21:58 UTC

git commit: CB-5049 Create defaults.xml that contains platform config.xml defaults for WP8

Repository: cordova-wp8
Updated Branches:
  refs/heads/master 05e2c03c3 -> 88b09acf2


CB-5049 Create defaults.xml that contains platform config.xml defaults for WP8


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

Branch: refs/heads/master
Commit: 88b09acf23e91de7535a5ce8152de92233272968
Parents: 05e2c03
Author: sgrebnov <v-...@microsoft.com>
Authored: Tue Jul 15 12:03:07 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Tue Jul 15 12:03:07 2014 +0400

----------------------------------------------------------------------
 wp8/template/config.xml           | 24 ------------------------
 wp8/template/cordova/defaults.xml | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/88b09acf/wp8/template/config.xml
----------------------------------------------------------------------
diff --git a/wp8/template/config.xml b/wp8/template/config.xml
deleted file mode 100644
index 8fc478e..0000000
--- a/wp8/template/config.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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 xmlns="http://www.w3.org/ns/widgets">
-    <access origin="*"/>
-</widget>

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/88b09acf/wp8/template/cordova/defaults.xml
----------------------------------------------------------------------
diff --git a/wp8/template/cordova/defaults.xml b/wp8/template/cordova/defaults.xml
new file mode 100644
index 0000000..d9d355c
--- /dev/null
+++ b/wp8/template/cordova/defaults.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 xmlns="http://www.w3.org/ns/widgets">
+    <access origin="*"/>
+</widget>
\ No newline at end of file