PR #490 adding some clarifying comments

 This closes #490


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/63efd217
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/63efd217
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/63efd217

Branch: refs/heads/master
Commit: 63efd2174fe20b9c573b23a741257a6170dec3b6
Parents: 51355f7
Author: Anis Kadri <a...@apache.org>
Authored: Mon Sep 19 15:52:18 2016 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Thu Sep 22 16:12:35 2016 -0700

----------------------------------------------------------------------
 cordova-common/src/ConfigChanges/ConfigFile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/63efd217/cordova-common/src/ConfigChanges/ConfigFile.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/ConfigChanges/ConfigFile.js 
b/cordova-common/src/ConfigChanges/ConfigFile.js
index 0fe275d..594d6e4 100644
--- a/cordova-common/src/ConfigChanges/ConfigFile.js
+++ b/cordova-common/src/ConfigChanges/ConfigFile.js
@@ -193,7 +193,8 @@ function resolveConfigFilePath(project_dir, platform, file) 
{
         return filepath;
     }
 
-    // FIXME android studio
+    // XXX this checks for android studio projects
+    // only if none of the options above are satisfied does this get called
     if(platform === 'android' && !fs.existsSync(filepath)) {
       filepath = path.join(project_dir, 'app', 'src', 'main', 'res', 'xml', 
'config.xml');
     }


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

Reply via email to