Repository: cordova-plugin-media Updated Branches: refs/heads/dev 1da3f34f8 -> e504d6696
CB-6225 - Media plugin does not specify a dependency on File plugin 1.0.1 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/e504d669 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e504d669 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e504d669 Branch: refs/heads/dev Commit: e504d6696cf5727e5df42b43fa0933ecf10f527a Parents: 1da3f34 Author: Shazron Abdullah <[email protected]> Authored: Tue Mar 11 13:13:41 2014 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Tue Mar 11 13:16:31 2014 -0700 ---------------------------------------------------------------------- plugin.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e504d669/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index d91bf18..8827753 100644 --- a/plugin.xml +++ b/plugin.xml @@ -11,6 +11,8 @@ id="org.apache.cordova.media" <keywords>cordova,media</keywords> <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git</repo> <issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue> + + <dependency id="org.apache.cordova.file" version="1.0.1" /> <js-module src="www/MediaError.js" name="MediaError"> <clobbers target="window.MediaError" />
