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:55:26 UTC

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

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master bc16dfd7c -> 3045bca2d


CB-12353 Corrected merges usage in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/3045bca2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/3045bca2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/3045bca2

Branch: refs/heads/master
Commit: 3045bca2d2a804df48b833dcd16f24f440d4430e
Parents: bc16dfd
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:26:47 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:54:58 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/3045bca2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4e0f10a..3d2319d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -155,7 +155,7 @@ id="cordova-plugin-media"
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/MediaProxy.js" name="MediaProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
@@ -166,7 +166,7 @@ id="cordova-plugin-media"
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/MediaProxy.js" name="MediaProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">


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