Updating config.xml to remove the id field of the widget that prevents packaging on playbook
Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/d0742f56 Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/d0742f56 Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/d0742f56 Branch: refs/heads/master Commit: d0742f560d7370433f62b058988a6805744cc86d Parents: 4255d17 Author: Jeffrey Heifetz <[email protected]> Authored: Wed Apr 17 14:27:49 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Fri May 3 10:13:31 2013 -0400 ---------------------------------------------------------------------- blackberry/bin/templates/project/www/config.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/d0742f56/blackberry/bin/templates/project/www/config.xml ---------------------------------------------------------------------- diff --git a/blackberry/bin/templates/project/www/config.xml b/blackberry/bin/templates/project/www/config.xml index 0de8bb5..0dc6aaa 100644 --- a/blackberry/bin/templates/project/www/config.xml +++ b/blackberry/bin/templates/project/www/config.xml @@ -1,5 +1,5 @@ <?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 @@ -24,7 +24,7 @@ <widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" - version="1.0.0.0" id="__PACKAGE__"> + version="1.0.0.0"> <name>__NAME__</name> @@ -33,7 +33,7 @@ <description> A sample Apache Cordova application that responds to the deviceready event. </description> - + <license href="http://opensource.org/licenses/alphabetical"> </license> @@ -65,7 +65,7 @@ <feature id="blackberry.invoked" /> <feature id="blackberry.push" /> <feature id="blackberry.media.microphone" required="true" version="1.0.0.0"/> - + <!-- Cordova API --> <access subdomains="true" uri="file:///store/home" /> <access subdomains="true" uri="file:///SDCard" /> @@ -89,8 +89,8 @@ <rim:permit>read_device_identifying_information</rim:permit> <rim:permit>access_shared</rim:permit> <rim:permit>read_geolocation</rim:permit> - <rim:permit>record_audio</rim:permit> - <rim:permit>access_pimdomain_contacts</rim:permit> + <rim:permit>record_audio</rim:permit> + <rim:permit>access_pimdomain_contacts</rim:permit> </rim:permissions> </widget>
