Remove xmlns:android, fix plugin id

This commit is contained in:
Andrew Grieve
2013-06-28 18:35:56 -04:00
parent 2b29093423
commit bc4b0f12e5
+3 -3
View File
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.core.FileTransfer" version="0.1.0">
id="org.apache.cordova.core.file-transfer"
version="0.1.0">
<name>File Transfer</name>
<dependency id="org.apache.cordova.core.FileUtils" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
<dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />