Updated Branches:
  refs/heads/master f008d2e9a -> 8bd8a9ef1

Changed to feature tag


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

Branch: refs/heads/master
Commit: 8bd8a9ef1b4b36be9ca6d6d9dcee84e24cd79413
Parents: f008d2e
Author: Tim Kim <[email protected]>
Authored: Thu Jun 20 13:48:43 2013 -0700
Committer: Tim Kim <[email protected]>
Committed: Thu Jun 20 13:48:43 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/8bd8a9ef/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dc60a01..341426a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -75,8 +75,10 @@ id="org.apache.cordova.core.FileUtils" version="0.1.0">
                                            
     <!-- android -->
     <platform name="android">
-        <config-file target="config.xml" parent="/*">
-            <plugin name="File" value="org.apache.cordova.core.FileUtils"/>
+        <config-file target="res/xml/config.xml" parent="/*">
+            <feature name="File" >
+                <param name="android-package" 
value="org.apache.cordova.core.FileUtils"/>
+            </feature>
         </config-file>
 
         <config-file target="AndroidManifest.xml" parent="/*">

Reply via email to