Updated Branches: refs/heads/master 9d5fb0b20 -> d4302ae51
Remove cordova.xml and plugins.xml from framework/res/xml. They have been superseded by config.xml, and having them stick around was confusing. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/d4302ae5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/d4302ae5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/d4302ae5 Branch: refs/heads/master Commit: d4302ae51bc715f5b88c50ab2e13d0e138dd36a2 Parents: 9d5fb0b Author: Andrew Grieve <[email protected]> Authored: Mon Jul 16 15:06:12 2012 -0400 Committer: Andrew Grieve <[email protected]> Committed: Mon Jul 16 15:06:12 2012 -0400 ---------------------------------------------------------------------- framework/res/xml/cordova.xml | 37 ----------------------------------- framework/res/xml/plugins.xml | 38 ------------------------------------ 2 files changed, 0 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/d4302ae5/framework/res/xml/cordova.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/cordova.xml b/framework/res/xml/cordova.xml deleted file mode 100644 index 4016429..0000000 --- a/framework/res/xml/cordova.xml +++ /dev/null @@ -1,37 +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. ---> -<cordova> - <!-- - access elements control the Android whitelist. - Domains are assumed blocked unless set otherwise - --> - - <access origin="http://127.0.0.1*"/> <!-- allow local pages --> - - <!-- <access origin="https://example.com" /> allow any secure requests to example.com --> - <!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www --> - <!-- <access origin=".*"/> Allow all domains, suggested development use only --> - - <log level="DEBUG"/> - <preference name="useBrowserHistory" value="false" /> -</cordova> - - - http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/d4302ae5/framework/res/xml/plugins.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/plugins.xml b/framework/res/xml/plugins.xml deleted file mode 100755 index 1e0f191..0000000 --- a/framework/res/xml/plugins.xml +++ /dev/null @@ -1,38 +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"/> - <plugin name="Geolocation" value="org.apache.cordova.GeoBroker"/> - <plugin name="Device" value="org.apache.cordova.Device"/> - <plugin name="Accelerometer" value="org.apache.cordova.AccelListener"/> - <plugin name="Compass" value="org.apache.cordova.CompassListener"/> - <plugin name="Media" value="org.apache.cordova.AudioHandler"/> - <plugin name="Camera" value="org.apache.cordova.CameraLauncher"/> - <plugin name="Contacts" value="org.apache.cordova.ContactManager"/> - <plugin name="File" value="org.apache.cordova.FileUtils"/> - <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/> - <plugin name="Notification" value="org.apache.cordova.Notification"/> - <plugin name="Storage" value="org.apache.cordova.Storage"/> - <plugin name="Temperature" value="org.apache.cordova.TempListener"/> - <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/> - <plugin name="Capture" value="org.apache.cordova.Capture"/> - <plugin name="Battery" value="org.apache.cordova.BatteryListener"/> - <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/> -</plugins>
