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 23:30:55 UTC

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

[plugin.xml] adding android namespace


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

Branch: refs/heads/dev
Commit: a0795761652e2cf11409e1bd5aec864f94d7b873
Parents: f6c9edb
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:20:31 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:20:31 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a0795761/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0f83513..0e7dba0 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.contacts"
       version="0.1.0">
     <name>Contacts</name>