CB-12524: Test distributing a wrapper in the framework directory

This commit is contained in:
Joe Bowser
2017-03-06 15:03:32 -08:00
parent 7d5afdebe1
commit b2664bc469
5 changed files with 265 additions and 12 deletions
+3
View File
@@ -87,6 +87,9 @@ function copyJsAndLibrary(projectPath, shared, projectName) {
shell.cp('-f', path.join(ROOT, 'framework', 'build.gradle'), nestedCordovaLibPath);
shell.cp('-f', path.join(ROOT, 'framework', 'cordova.gradle'), nestedCordovaLibPath);
shell.cp('-r', path.join(ROOT, 'framework', 'src'), nestedCordovaLibPath);
shell.cp('-f', path.join(ROOT, 'framework', 'gradlew'), nestedCordovaLibPath);
shell.cp('-r', path.join(ROOT, 'framework', 'gradle'), nestedCordovaLibPath);
}
}