You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/14 03:55:29 UTC

[2/2] git commit: Merge branch 'CB-4655' of https://github.com/MSOpenTech/cordova-wp8

Merge branch 'CB-4655' of https://github.com/MSOpenTech/cordova-wp8


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

Branch: refs/heads/master
Commit: 84b23a505d20ce50094a9e33101b0fefdc6559d8
Parents: 4914c98 11b686b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Aug 13 18:53:45 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Aug 13 18:53:45 2014 -0700

----------------------------------------------------------------------
 wp8/bin/create.js | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/84b23a50/wp8/bin/create.js
----------------------------------------------------------------------
diff --cc wp8/bin/create.js
index b63cb13,d336d97..fdadf09
--- a/wp8/bin/create.js
+++ b/wp8/bin/create.js
@@@ -173,9 -174,9 +174,9 @@@ function create(path, namespace, name, 
      }
  
      // Copy the template source files to the new destination
-     fso.CopyFolder(platformRoot + templatePath, path);
+     fso.CopyFolder(templatePath, path);
      // copy over common files
 -    fso.CopyFolder(repoRoot + "\\common", path);
 +    //fso.CopyFolder(repoRoot + "\\common", path);
      // copy the version file
      fso.CopyFile(repoRoot +'\\VERSION',path + "\\" );