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

webworks commit: [CB-4774] Adding defaults.xml for new prepare flow

Updated Branches:
  refs/heads/master 3d93c49d6 -> 75bb2f10c


[CB-4774] Adding defaults.xml for new prepare flow

Revewied by Bryan Higgins <bh...@blackberry.com>
Tested by Daniel Audino <da...@blackberry.com>


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

Branch: refs/heads/master
Commit: 75bb2f10c265775757deb4f086e13b2e34b3152e
Parents: 3d93c49
Author: Jeffrey Heifetz <jh...@blackberry.com>
Authored: Mon Sep 16 14:35:11 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Thu Oct 17 08:13:48 2013 -0400

----------------------------------------------------------------------
 .../bin/templates/project/cordova/defaults.xml  | 29 ++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/75bb2f10/blackberry10/bin/templates/project/cordova/defaults.xml
----------------------------------------------------------------------
diff --git a/blackberry10/bin/templates/project/cordova/defaults.xml b/blackberry10/bin/templates/project/cordova/defaults.xml
new file mode 100644
index 0000000..a974ef2
--- /dev/null
+++ b/blackberry10/bin/templates/project/cordova/defaults.xml
@@ -0,0 +1,29 @@
+
+<?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 Configuration Reference:
+    http://docs.blackberry.com/en/developers/deliverables/15274/
+-->
+<widget xmlns="http://www.w3.org/ns/widgets"
+        xmlns:rim="http://www.blackberry.com/ns/widgets"
+        xmlns:cdv="http://cordova.apache.org/ns/1.0">
+  <content src="index.html"/>
+</widget>