Updated Branches: refs/heads/master 2b2909342 -> bc4b0f12e
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/bc4b0f12 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/bc4b0f12 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/bc4b0f12 Branch: refs/heads/master Commit: bc4b0f12e5837a22277652e496b2e60f6d0fb2bd Parents: 2b29093 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:56 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:35:56 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/bc4b0f12/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index cc837ff..25f97a7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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" />
