Repository: cordova-plugin-media-capture Updated Branches: refs/heads/dev 648f45464 -> bf360f0ec
Add rim xml namespaces declaration Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/bf360f0e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/bf360f0e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/bf360f0e Branch: refs/heads/dev Commit: bf360f0eca5c0c04af620d02c6d4ebbd78b14f49 Parents: 648f454 Author: Ryan Willoughby <[email protected]> Authored: Thu Mar 6 13:52:34 2014 -0800 Committer: Bryan Higgins <[email protected]> Committed: Wed Mar 12 12:44:07 2014 -0400 ---------------------------------------------------------------------- plugin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/bf360f0e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 00b4a15..afeb02d 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.media-capture" version="0.2.9-dev"> <name>Capture</name>
