You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/06/15 01:01:02 UTC

git commit: [CB-3706] added mediaLib capability for wp7

Updated Branches:
  refs/heads/master 42498cf2d -> 5d23b41cd


[CB-3706] added mediaLib capability for wp7


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

Branch: refs/heads/master
Commit: 5d23b41cd1ac65ad010c9c9eb6512252042d6372
Parents: 42498cf
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jun 14 16:00:49 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jun 14 16:00:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/5d23b41c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1796ff8..e2e9534 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -42,6 +42,10 @@ id="org.apache.cordova.core.AudioHandler"
             </feature>
         </config-file>
 
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_MEDIALIB"/>
+        </config-file>
+
         <source-file src="src/wp7/Media.cs" /> 
         <source-file src="src/wp7/AudioPlayer.cs" /> 
     </platform>