You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2013/07/09 16:55:46 UTC

[2/2] spec commit: Update id of media plugin to match its plugin.xml

Update id of media plugin to match its plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/f210de71
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/f210de71
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/f210de71

Branch: refs/heads/master
Commit: f210de718025b70baf4cd15da0b42502ed668132
Parents: 22f8c4d
Author: Ian Clelland <ic...@chromium.org>
Authored: Tue Jul 9 10:35:29 2013 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Tue Jul 9 10:55:33 2013 -0400

----------------------------------------------------------------------
 dependencies-plugin/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/f210de71/dependencies-plugin/plugin.xml
----------------------------------------------------------------------
diff --git a/dependencies-plugin/plugin.xml b/dependencies-plugin/plugin.xml
index 28edd5d..7702bfa 100644
--- a/dependencies-plugin/plugin.xml
+++ b/dependencies-plugin/plugin.xml
@@ -40,7 +40,7 @@
   <dependency id="org.apache.cordova.core.geolocation" url="." subdir="../cordova-plugin-geolocation" />
   <dependency id="org.apache.cordova.core.globalization" url="." subdir="../cordova-plugin-globalization" />
   <dependency id="org.apache.cordova.core.inappbrowser" url="." subdir="../cordova-plugin-inappbrowser" />
-  <dependency id="org.apache.cordova.core.media" url="." subdir="../cordova-plugin-media" />
+  <dependency id="org.apache.cordova.core.AudioHandler" url="." subdir="../cordova-plugin-media" />
   <dependency id="org.apache.cordova.core.media-capture" url="." subdir="../cordova-plugin-media-capture" />
   <dependency id="org.apache.cordova.core.network-information" url="." subdir="../cordova-plugin-network-information" />
   <dependency id="org.apache.cordova.core.splashscreen" url="." subdir="../cordova-plugin-splashscreen" />