http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/244fae11/lib/cordova-1.9.0/lib/blackberry/sample/www/plugins.xml ---------------------------------------------------------------------- diff --git a/lib/cordova-1.9.0/lib/blackberry/sample/www/plugins.xml b/lib/cordova-1.9.0/lib/blackberry/sample/www/plugins.xml deleted file mode 100755 index eed2e5b..0000000 --- a/lib/cordova-1.9.0/lib/blackberry/sample/www/plugins.xml +++ /dev/null @@ -1,34 +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. ---> -<plugins> - <plugin name="App" value="org.apache.cordova.app.App"/> - <plugin name="Device" value="org.apache.cordova.device.Device"/> - <plugin name="Camera" value="org.apache.cordova.camera.Camera"/> - <plugin name="NetworkStatus" value="org.apache.cordova.network.Network"/> - <plugin name="Notification" value="org.apache.cordova.notification.Notification"/> - <plugin name="Accelerometer" value="org.apache.cordova.accelerometer.Accelerometer"/> - <plugin name="Geolocation" value="org.apache.cordova.geolocation.Geolocation"/> - <plugin name="File" value="org.apache.cordova.file.FileManager"/> - <plugin name="FileTransfer" value="org.apache.cordova.http.FileTransfer"/> - <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/> - <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/> - <plugin name="Battery" value="org.apache.cordova.battery.Battery"/> - <plugin name="Media" value="org.apache.cordova.media.Media"/> -</plugins>
http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/244fae11/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/icon.png ---------------------------------------------------------------------- diff --git a/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/icon.png b/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/icon.png deleted file mode 100755 index 4d27634..0000000 Binary files a/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/244fae11/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/loading_foreground.png ---------------------------------------------------------------------- diff --git a/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/loading_foreground.png b/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/loading_foreground.png deleted file mode 100755 index b548bdc..0000000 Binary files a/lib/cordova-1.9.0/lib/blackberry/sample/www/resources/loading_foreground.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/244fae11/lib/cordova-1.9.0/lib/blackberry/www/config.xml ---------------------------------------------------------------------- diff --git a/lib/cordova-1.9.0/lib/blackberry/www/config.xml b/lib/cordova-1.9.0/lib/blackberry/www/config.xml deleted file mode 100755 index c82398e..0000000 --- a/lib/cordova-1.9.0/lib/blackberry/www/config.xml +++ /dev/null @@ -1,82 +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 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" - version="1.0.0.0"> - - <name>__NAME__</name> - - <description> - A sample application written with Cordova. - </description> - - <license href="http://opensource.org/licenses/alphabetical"> - </license> - - <!-- Cordova API --> - <feature id="blackberry.system" required="true" version="1.0.0.0" /> - <feature id="org.apache.cordova" required="true" version="1.0.0" /> - <feature id="blackberry.find" required="true" version="1.0.0.0" /> - <feature id="blackberry.identity" required="true" version="1.0.0.0" /> - <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" /> - <feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" /> - <feature id="blackberry.io.file" required="true" version="1.0.0.0" /> - <feature id="blackberry.utils" required="true" version="1.0.0.0" /> - <feature id="blackberry.io.dir" required="true" version="1.0.0.0" /> - <feature id="blackberry.app" required="true" version="1.0.0.0" /> - <feature id="blackberry.app.event" required="true" version="1.0.0.0" /> - <feature id="blackberry.system.event" required="true" version="1.0.0.0"/> - <feature id="blackberry.widgetcache" required="true" version="1.0.0.0"/> - <feature id="blackberry.media.camera" /> - <feature id="blackberry.ui.dialog" /> - <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" /> - - <!-- Expose access to all URIs, including the file and http protocols --> - <access subdomains="true" uri="*" /> - - <icon rim:hover="false" src="resources/icon.png" /> - <icon rim:hover="true" src="resources/icon.png" /> - - <rim:loadingScreen backgroundColor="#CFCFCF" - foregroundImage="resources/loading_foreground.png" - onFirstLaunch="true"> - <rim:transitionEffect type="fadeOut" /> - </rim:loadingScreen> - - <content src="index.html" /> - - <rim:permissions> - <rim:permit>use_camera</rim:permit> - <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:permissions> - -</widget>