Updated Branches: refs/heads/master 48f8ede73 -> 00ffa38bb
Changed to feature tag 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/00ffa38b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/00ffa38b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/00ffa38b Branch: refs/heads/master Commit: 00ffa38bbbce4e9aa39e553e89604b19de3090d8 Parents: 48f8ede Author: Tim Kim <[email protected]> Authored: Thu Jun 20 13:47:49 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Thu Jun 20 13:47:49 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/00ffa38b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 131b82a..34b9305 100644 --- a/plugin.xml +++ b/plugin.xml @@ -17,8 +17,10 @@ id="org.apache.cordova.core.FileTransfer" version="0.1.0"> <!-- android --> <platform name="android"> - <config-file target="config.xml" parent="/*"> - <plugin name="FileTransfer" value="org.apache.cordova.core.FileTransfer"/> + <config-file target="res/xml/config.xml" parent="/*"> + <feature name="FileTransfer" > + <param name="android-package" value="org.apache.cordova.core.FileTransfer"/> + </feature> </config-file> <config-file target="AndroidManifest.xml" parent="/*">
