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:46 UTC

[17/27] git commit: CB-5816 forgot to rename a function in lib/build.js

CB-5816 forgot to rename a function in lib/build.js


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

Branch: refs/heads/3.5.x
Commit: e82057af07e3c4c695f5d63b3302bd2bfea2b180
Parents: 196a3a6
Author: braas <br...@steckelfisch.nl>
Authored: Tue Mar 18 20:12:17 2014 +0100
Committer: braas <br...@steckelfisch.nl>
Committed: Tue Mar 18 20:12:17 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/e82057af/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 60c6fc4..9d8a830 100644
--- a/bin/templates/project/cordova/lib/build.js
+++ b/bin/templates/project/cordova/lib/build.js
@@ -115,7 +115,7 @@ exports.buildProject = function(buildTarget){
     // if 'debug' (default), remove files we only need for 'release'
     if(buildTarget == 'debug') {
         if(hasCustomReleaseArtifactsDir()){ 
-            removeMergesFirefoxosBuildFromWWW();
+            removeWwwBuildRelease();
         }
         process.exit(0);
     }