You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:22:43 UTC

[17/50] git commit: Remove old file reference from plugin.xml

Remove old file reference from 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/89e6e62d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/89e6e62d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/89e6e62d

Branch: refs/heads/master
Commit: 89e6e62d330a1495dc554e6d0eb45227172e6077
Parents: eaeb598
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Jan 9 14:26:20 2014 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Jan 9 14:26:20 2014 -0500

----------------------------------------------------------------------
 plugin.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/89e6e62d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dba4dae..e8e6ba6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -106,7 +106,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <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">