mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
This commit is contained in:
commit
3688fca126
@ -88,14 +88,9 @@ create_project.on('exit', function(code) {
|
|||||||
// TODO check that package name and activity name were substituted properly
|
// TODO check that package name and activity name were substituted properly
|
||||||
});
|
});
|
||||||
|
|
||||||
// make sure plugins.xml was added
|
// make sure config.xml was added
|
||||||
path.exists(util.format('%s/res/xml/plugins.xml', project_path), function(exists) {
|
path.exists(util.format('%s/res/xml/config.xml', project_path), function(exists) {
|
||||||
assert(exists, 'plugins.xml did not get created');
|
assert(exists, 'config.xml did not get created');
|
||||||
});
|
|
||||||
|
|
||||||
// make sure cordova.xml was added
|
|
||||||
path.exists(util.format('%s/res/xml/cordova.xml', project_path), function(exists) {
|
|
||||||
assert(exists, 'plugins.xml did not get created');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// make sure cordova.jar was added
|
// make sure cordova.jar was added
|
||||||
|
Loading…
Reference in New Issue
Block a user