Updated Branches: refs/heads/master c356f6c62 -> f990e841d
Added missing platform and media plugin 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/f990e841 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/f990e841 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/f990e841 Branch: refs/heads/master Commit: f990e841dbf5c174cd7bb946afa8b7488f2f0d1e Parents: c356f6c Author: David Kemp <[email protected]> Authored: Thu Jul 4 15:05:14 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Thu Jul 4 15:22:00 2013 -0400 ---------------------------------------------------------------------- dependencies-plugin/plugin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/f990e841/dependencies-plugin/plugin.xml ---------------------------------------------------------------------- diff --git a/dependencies-plugin/plugin.xml b/dependencies-plugin/plugin.xml index 8daef69..28edd5d 100644 --- a/dependencies-plugin/plugin.xml +++ b/dependencies-plugin/plugin.xml @@ -40,6 +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.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" />
