Repository: cordova-plugin-file Updated Branches: refs/heads/master aaba3274a -> 33797d58c
Added new js files to amazon-fireos platform. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/33797d58 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/33797d58 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/33797d58 Branch: refs/heads/master Commit: 33797d58c0374c9011103c91a96f5f5fdf50f02d Parents: aaba327 Author: Archana Naik <[email protected]> Authored: Thu Aug 14 11:54:24 2014 -0700 Committer: Archana Naik <[email protected]> Committed: Thu Aug 14 11:55:19 2014 -0700 ---------------------------------------------------------------------- plugin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/33797d58/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9cec632..bc24f36 100644 --- a/plugin.xml +++ b/plugin.xml @@ -171,6 +171,13 @@ xmlns:android="http://schemas.android.com/apk/res/android" <js-module src="www/android/FileSystem.js" name="androidFileSystem"> <merges target="window.FileSystem" /> </js-module> + <js-module src="www/fileSystems-roots.js" name="fileSystems-roots"> + <runs/> + </js-module> + <js-module src="www/fileSystemPaths.js" name="fileSystemPaths"> + <merges target="cordova" /> + <runs/> + </js-module> </platform> <!-- ubuntu -->
