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:31:24 UTC

[5/7] git commit: [plugin.xml] adding android namespace

[plugin.xml] adding android namespace


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/d3c7e179
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/d3c7e179
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/d3c7e179

Branch: refs/heads/dev
Commit: d3c7e179d975f37d78de4629d22653b150494e23
Parents: 09255e6
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:17:27 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:17:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/d3c7e179/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c96a4af..cc791bd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
+xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.core.file"
       version="0.1.0">
     <name>File</name>