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/12/13 17:18:54 UTC

[12/19] git commit: CB-5407: Add new Android source files to plugin.xml

CB-5407: Add new Android source files to plugin.xml


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/9f3bb54b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/9f3bb54b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/9f3bb54b

Branch: refs/heads/dev
Commit: 9f3bb54bb339b0b25de9451ce24f4c830336095f
Parents: ed4a8d7
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Dec 4 08:25:37 2013 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Dec 13 11:00:10 2013 -0500

----------------------------------------------------------------------
 plugin.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/9f3bb54b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3621c16..dba4dae 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -102,6 +102,16 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <source-file src="src/android/FileUtils.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/FileHelper.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/DirectoryManager.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/LocalFilesystemURL.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/Filesystem.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/LocalFilesystem.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/ContentFilesystem.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/ReadFileCallback.java" target-dir="src/org/apache/cordova/file" />
+
+        <!-- android specific file apis -->
+        <js-module src="www/android/FileSystem.js" name="androidFileSystem">
+            <merges target="window.FileSystem" />
+        </js-module>
     </platform>
 
     <!-- amazon-fireos -->