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/14 22:32:19 UTC

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

[plugin.xml] adding android namespace


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

Branch: refs/heads/master
Commit: 73f9af5b84022bdc017814eaceeb38fb913ba775
Parents: 16f141a
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:34:27 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:34:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/73f9af5b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8e53d50..52803e2 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.camera"
       version="0.1.0">
     <name>Camera</name>