mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Spelling: substituted
This commit is contained in:
parent
5e7efde311
commit
ca583865ea
@ -75,7 +75,7 @@ create_project.on('exit', function(code) {
|
|||||||
// make sure main Activity was added
|
// make sure main Activity was added
|
||||||
path.exists(util.format('%s/src/%s/%s.java', project_path, package_as_path, project_name), function(exists) {
|
path.exists(util.format('%s/src/%s/%s.java', project_path, package_as_path, project_name), function(exists) {
|
||||||
assert(exists, 'Activity did not get created');
|
assert(exists, 'Activity did not get created');
|
||||||
// TODO check that package name and activity name were substitued properly
|
// TODO check that package name and activity name were substituted properly
|
||||||
});
|
});
|
||||||
|
|
||||||
// make sure plugins.xml was added
|
// make sure plugins.xml was added
|
||||||
|
@ -85,7 +85,7 @@ create_project.on('exit', function(code) {
|
|||||||
// make sure main Activity was added
|
// make sure main Activity was added
|
||||||
path.exists(util.format('%s/src/%s/%s.java', project_path, package_as_path, project_name), function(exists) {
|
path.exists(util.format('%s/src/%s/%s.java', project_path, package_as_path, project_name), function(exists) {
|
||||||
assert(exists, 'Activity did not get created');
|
assert(exists, 'Activity did not get created');
|
||||||
// TODO check that package name and activity name were substitued properly
|
// TODO check that package name and activity name were substituted properly
|
||||||
});
|
});
|
||||||
|
|
||||||
// make sure plugins.xml was added
|
// make sure plugins.xml was added
|
||||||
|
Loading…
Reference in New Issue
Block a user