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:27 UTC

[05/25] cordova-plugin-camera git commit: WTF. Directory, not file. Not sure why I did that

WTF.  Directory, not file.  Not sure why I did that


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

Branch: refs/heads/2.3.x
Commit: f010394af8921052d565c4baf3ed40bd1170f9de
Parents: 00e0a7d
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Aug 4 11:16:29 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Aug 4 11:16:29 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f010394a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f0460cc..4232dc6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -84,7 +84,7 @@
         <source-file src="src/android/CameraLauncher.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/provider_paths.xml" />
+        <source-file src="src/android/xml/provider_paths.xml" target-dir="res/xml" />
 
         <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
             <clobbers target="CameraPopoverHandle" />


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