Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/dev 2a7520112 -> 5393a2819


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/dev
Commit: 5393a28191e8f53fb073f05c40a6133f68685274
Parents: 2a75201
Author: Ryan Willoughby <[email protected]>
Authored: Thu Mar 6 13:50:49 2014 -0800
Committer: Bryan Higgins <[email protected]>
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>

Reply via email to