Migrate android project to crosswalk+cordova bundle
This commit is contained in:
parent
c2dcd4f44b
commit
053718884a
855 changed files with 109265 additions and 0 deletions
33
mobile/cordova_plugins.js
vendored
Normal file
33
mobile/cordova_plugins.js
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
cordova.define('cordova/plugin_list', function(require, exports, module) {
|
||||
module.exports = [
|
||||
{
|
||||
"file": "plugins/de.appplant.cordova.plugin.email-composer/www/email_composer.js",
|
||||
"id": "de.appplant.cordova.plugin.email-composer.EmailComposer",
|
||||
"clobbers": [
|
||||
"plugin.email"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/com.phonegap.plugins.barcodescanner/www/barcodescanner.js",
|
||||
"id": "com.phonegap.plugins.barcodescanner.BarcodeScanner",
|
||||
"clobbers": [
|
||||
"cordova.plugins.barcodeScanner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/org.apache.cordova.splashscreen/www/splashscreen.js",
|
||||
"id": "org.apache.cordova.splashscreen.SplashScreen",
|
||||
"clobbers": [
|
||||
"navigator.splashscreen"
|
||||
]
|
||||
}
|
||||
];
|
||||
module.exports.metadata =
|
||||
// TOP OF METADATA
|
||||
{
|
||||
"de.appplant.cordova.plugin.email-composer": "0.8.2dev",
|
||||
"com.phonegap.plugins.barcodescanner": "1.0.1",
|
||||
"org.apache.cordova.splashscreen": "0.3.0"
|
||||
}
|
||||
// BOTTOM OF METADATA
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue