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:56 UTC

[6/9] git commit: [plugin.xml] adding rim namespace

[plugin.xml] adding rim 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/7e92dc38
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/7e92dc38
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/7e92dc38

Branch: refs/heads/dev
Commit: 7e92dc38fa94f4cf45b17f450745f377eb801c96
Parents: a079576
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Wed Aug 7 13:26:36 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Wed Aug 7 13:26:36 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/7e92dc38/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0e7dba0..24e4d36 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:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.core.contacts"
       version="0.1.0">