You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/14 02:09:47 UTC

[18/27] git commit: CB-5816 corrected some logging

CB-5816 corrected some logging


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/8a510800
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/8a510800
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/8a510800

Branch: refs/heads/3.5.x
Commit: 8a5108006a71e43c90566e5f282a58e11163c344
Parents: e82057a
Author: braas <br...@steckelfisch.nl>
Authored: Tue Mar 18 21:33:03 2014 +0100
Committer: braas <br...@steckelfisch.nl>
Committed: Tue Mar 18 21:33:03 2014 +0100

----------------------------------------------------------------------
 bin/templates/project/cordova/lib/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/8a510800/bin/templates/project/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/lib/build.js b/bin/templates/project/cordova/lib/build.js
index 9d8a830..3a18f75 100644
--- a/bin/templates/project/cordova/lib/build.js
+++ b/bin/templates/project/cordova/lib/build.js
@@ -75,7 +75,7 @@ function hasAllRequiredCustomReleaseArtifacts() {
 
 function moveWwwBuildReleaseToBuild() {
     hasAllRequiredCustomReleaseArtifacts();
-    console.log('Move files at  provided at \'merges/firefoxos/'+buildDirInMerge+'/\' to platforms/firefoxos/build');
+    console.log('Move index.html and manifest.webapp provided at \'merges/firefoxos/'+buildDirInMerge+'/\' to platforms/firefoxos/build');
     shjs.mv('-f', 'platforms/firefoxos/www/'+buildDirInMerge+'/index.html', 'platforms/firefoxos/build/index.html');
     shjs.mv('-f' ,'platforms/firefoxos/www/'+buildDirInMerge+'/manifest.webapp', 'platforms/firefoxos/build/manifest.webapp');
 }