You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/15 10:54:27 UTC

[cordova-windows] branch janpio-msbuild_cleanup updated: fix comments

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-msbuild_cleanup
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/janpio-msbuild_cleanup by this push:
     new d5f0c75  fix comments
d5f0c75 is described below

commit d5f0c754d8e3df563138e78786d9e899cb670c2e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 11:54:18 2018 +0100

    fix comments
---
 template/cordova/lib/MSBuildTools.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/cordova/lib/MSBuildTools.js b/template/cordova/lib/MSBuildTools.js
index 53e2c20..4c8016d 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -72,7 +72,6 @@ MSBuildTools.prototype.buildProject = function (projFile, buildType, buildarch,
     });
 };
 
-// build.js -> run()
 // check_reqs.js -> checkMSBuild()
 module.exports.findAllAvailableVersions = function () {
     console.log('findAllAvailableVersions');
@@ -185,6 +184,7 @@ function checkMSBuildVersion (version) {
         });
 }
 
+// build.js -> run()
 module.exports.getLatestMatchingMSBuild = function (selectedBuildTargets) {
     events.emit('verbose', 'getLatestMatchingMSBuild');
     console.log('getLatestMatchingMSBuild', selectedBuildTargets);

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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