You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:56:35 UTC

[13/25] cordova-plugin-camera git commit: CB-11625: Forgot to add CordovaUri.java to plugin.xml

CB-11625: Forgot to add CordovaUri.java to plugin.xml


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

Branch: refs/heads/2.3.x
Commit: d9eb83bcb9a82b435adea38b873f937d4f07a1e5
Parents: 84f96c1
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Oct 27 13:38:46 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Oct 27 13:38:46 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/d9eb83bc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d63cfb4..36a5c0d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -82,6 +82,7 @@
         </config-file>
 
         <source-file src="src/android/CameraLauncher.java" target-dir="src/org/apache/cordova/camera" />
+        <source-file src="src/android/CordovaUri.java" target-dir="src/org/apache/cordova/camera" />
         <source-file src="src/android/FileHelper.java" target-dir="src/org/apache/cordova/camera" />
         <source-file src="src/android/ExifHelper.java" target-dir="src/org/apache/cordova/camera" />
         <source-file src="src/android/xml/provider_paths.xml" target-dir="res/xml" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org