You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:19 UTC

[05/16] git commit: Add rim xml namespaces declaration

Add rim xml namespaces declaration


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/5393a281
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/5393a281
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/5393a281

Branch: refs/heads/master
Commit: 5393a28191e8f53fb073f05c40a6133f68685274
Parents: 2a75201
Author: Ryan Willoughby <ry...@nitobi.com>
Authored: Thu Mar 6 13:50:49 2014 -0800
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Wed Mar 12 12:47:24 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/5393a281/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4b89899..de07a06 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,6 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="org.apache.cordova.camera"
     version="0.2.9-dev">
     <name>Camera</name>