Merge branch 'master' into 4.0.x

This commit is contained in:
Ian Clelland 2014-09-11 15:12:31 -04:00
commit d99386ef1e

View File

@ -122,6 +122,7 @@ function copyBuildRules(projectPath) {
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'cordova.gradle'), projectPath);
}
function copyScripts(projectPath) {