You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/03/17 08:12:18 UTC

cordova-plugin-media git commit: CB-8686 - remove musicLibrary capability

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master a8b6f9e41 -> fd9b6fcb9


CB-8686 - remove musicLibrary capability


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

Branch: refs/heads/master
Commit: fd9b6fcb9c1d63109d3fe97dd52556420979cd55
Parents: a8b6f9e
Author: Murat Sutunc <mu...@microsoft.com>
Authored: Mon Mar 16 16:59:57 2015 -0700
Committer: Murat Sutunc <mu...@microsoft.com>
Committed: Mon Mar 16 17:02:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/fd9b6fcb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 88e3fc5..fc18692 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -154,7 +154,6 @@ id="org.apache.cordova.media"
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
-            <Capability Name="musicLibrary" />
             <DeviceCapability Name="microphone" />
         </config-file>
     </platform>
@@ -166,7 +165,6 @@ id="org.apache.cordova.media"
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
-            <Capability Name="musicLibrary" />
             <DeviceCapability Name="microphone" />
         </config-file>
     </platform>


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