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:38:16 UTC

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

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master a505a67a9 -> e2c38d0e7


CB-12353 Corrected merges usage in plugin.xml


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

Branch: refs/heads/master
Commit: e2c38d0e7d778890ebc66a978466301be51c7ca4
Parents: a505a67
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:19:38 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:37:48 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e2c38d0e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1fae404..b0dde6c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -213,14 +213,14 @@
     <!-- Windows 8 -->
     <platform name="windows8">
         <js-module src="src/windows8/ContactProxy.js" name="ContactProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- Windows -->
     <platform name="windows">
         <js-module src="src/windows/ContactProxy.js" name="ContactProxy">
-            <merges target="" />
+            <runs />
         </js-module>
         <config-file target="package.phone.appxmanifest" parent="/Package/Capabilities">
             <m3:Capability Name="contacts" />


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