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

spec commit: [CB-4857] Fix plugin id of dependent plugin (AudioHandler->media)

Updated Branches:
  refs/heads/master 5e7573887 -> 1e1f6d343


[CB-4857] Fix plugin id of dependent plugin (AudioHandler->media)


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/1e1f6d34
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/1e1f6d34
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/1e1f6d34

Branch: refs/heads/master
Commit: 1e1f6d343e76947cb99fc471dae09137a6227114
Parents: 5e75738
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Sep 18 11:11:36 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Sep 18 11:11:36 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/1e1f6d34/dependencies-plugin/plugin.xml
----------------------------------------------------------------------
diff --git a/dependencies-plugin/plugin.xml b/dependencies-plugin/plugin.xml
index 7fb6ebc..5dae1c6 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.AudioHandler" url="." subdir="../cordova-plugin-media" />
+  <dependency id="org.apache.cordova.core.media" 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" />