You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/15 00:33:36 UTC

[3/8] git commit: [plugin.xml] adding android namespace

[plugin.xml] adding android namespace


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/8f920d27
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/8f920d27
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/8f920d27

Branch: refs/heads/dev
Commit: 8f920d277242ca2d241ed5722c1c9001cebc193a
Parents: 3fa3f96
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:40:43 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:40:43 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8f920d27/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a03f790..7887241 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,7 @@
 <?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.file-transfer"
       version="0.1.0">
     <name>File Transfer</name>