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/20 00:17:28 UTC

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

[plugin.xml] adding android namespace


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/718f916b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/718f916b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/718f916b

Branch: refs/heads/master
Commit: 718f916b3ee4f5299d14aec73ef47d3c4a2b4ff3
Parents: c522b44
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:15:34 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:15:34 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/718f916b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c92f96d..e8e278a 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.media-capture"
       version="0.1.0">
     <name>Capture</name>