You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:56:50 UTC

[2/7] cordova-plugin-file git commit: CB-11947 fixed typo that occurs when adding file-transfer plugin

CB-11947 fixed typo that occurs when adding file-transfer plugin

 This closes #197


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

Branch: refs/heads/4.3.x
Commit: 6376f76762cfece37a2d9a82d6bfae1017ff9acb
Parents: 815c2b1
Author: audreyso <au...@adobe.com>
Authored: Tue Oct 4 11:13:10 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Oct 4 16:16:06 2016 -0700

----------------------------------------------------------------------
 plugin.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/6376f767/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c55e3ab..aba8fee 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -109,8 +109,10 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <runs />
     </js-module>
 
-    <info>
-The Android Persistent storage location now defaults to "Internal". Please check this plugins README to see if you application needs any changes in its config.xml.
+    <!-- android -->
+    <platform name="android">
+        <info>
+The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.
 
 If this is a new application no changes are required.
 
@@ -119,11 +121,7 @@ If this is an update to an existing application that did not specify an "Android
       "&lt;preference name="AndroidPersistentFileLocation" value="Compatibility" /&gt;"
 
 to config.xml in order for the application to find previously stored files.
-
-    </info>
-
-    <!-- android -->
-    <platform name="android">
+        </info>
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="File" >
                 <param name="android-package" value="org.apache.cordova.file.FileUtils"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org