Updated Branches:
  refs/heads/master d6737377a -> d3bca7d7d

Remove xmlns:android, fix plugin id


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

Branch: refs/heads/master
Commit: d3bca7d7d63c9ddeea86fed3c843ef41b0770775
Parents: d673737
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 18:35:56 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 18:35:56 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/d3bca7d7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 86bbb1f..5215d34 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0";
-xmlns:android="http://schemas.android.com/apk/res/android";
-id="org.apache.cordova.core.FileUtils" version="0.1.0">
+           id="org.apache.cordova.core.file"
+      version="0.1.0">
     <name>File</name>
 
     <js-module src="www/DirectoryEntry.js" name="DirectoryEntry">

Reply via email to