]
Josef Kopriva closed JBIDE-15365.
---------------------------------
Closing, nothing to do.
Aerogear: need to provide specific API for CordovaSim
------------------------------------------------------
Key: JBIDE-15365
URL:
https://issues.redhat.com/browse/JBIDE-15365
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: aerogear-hybrid, browsersim
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Priority: Major
Fix For: 4.2.x
Need to provide specific API that will be useful for both CordovaSim and AeroGear
- find all plugin.xml files in the "plugins" dir and create List of plugins for
the specific platform (Android, ios etc.)
- generate valid content of the cordova_plugins.js
- change plugin's .js files by wrapping their content into the function
adds "cordova.define( pluginId, function(require, exports, module) { .....} etc.