You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2017/01/20 12:36:06 UTC

cordova-plugin-camera git commit: CB-12353 Corrected merges usage in plugin.xml

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master d6bd9ae3b -> 0ad5bdd9f


CB-12353 Corrected merges usage in 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/0ad5bdd9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/0ad5bdd9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/0ad5bdd9

Branch: refs/heads/master
Commit: 0ad5bdd9ff625975ac364c92bffd6999d6884aa7
Parents: d6bd9ae
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:18:27 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:35:30 2017 +0300

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/0ad5bdd9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 951bcef..98ed6a6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -249,7 +249,7 @@
             <clobbers target="CameraPopoverHandle" />
         </js-module>
         <js-module src="src/windows/CameraProxy.js" name="CameraProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
     </platform>
@@ -276,7 +276,7 @@
             <clobbers target="CameraPopoverHandle" />
         </js-module>
         <js-module src="src/windows/CameraProxy.js" name="CameraProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 


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