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/12/03 00:11:39 UTC

[2/3] git commit: [ubuntu] specify policy_group

[ubuntu] specify policy_group


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

Branch: refs/heads/dev
Commit: 885c6a745987e17538b545fdfa6fe1ddcb620f94
Parents: b44ea1c
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Mon Nov 11 17:59:22 2013 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Mon Nov 11 17:59:22 2013 +0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/885c6a74/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 53b5529..a7da775 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -46,6 +46,11 @@
 
      <!-- ubuntu -->
      <platform name="ubuntu">
+         <config-file target="config.xml" parent="/*">
+             <feature name="Camera">
+                 <param policy_group="camera" policy_version="1" />
+             </feature>
+         </config-file>
          <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
             <clobbers target="CameraPopoverHandle" />
          </js-module>