1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
-
-
- var addProperty = require('./src/util/addProperty');
-
- module.exports = { };
-
- addProperty(module, 'events', './src/events');
- addProperty(module, 'superspawn', './src/superspawn');
-
- addProperty(module, 'ActionStack', './src/ActionStack');
- addProperty(module, 'CordovaError', './src/CordovaError/CordovaError');
- addProperty(module, 'CordovaLogger', './src/CordovaLogger');
- addProperty(module, 'CordovaCheck', './src/CordovaCheck');
- addProperty(module, 'CordovaExternalToolErrorContext', './src/CordovaError/CordovaExternalToolErrorContext');
- addProperty(module, 'PlatformJson', './src/PlatformJson');
- addProperty(module, 'ConfigParser', './src/ConfigParser/ConfigParser');
- addProperty(module, 'FileUpdater', './src/FileUpdater');
-
- addProperty(module, 'PluginInfo', './src/PluginInfo/PluginInfo');
- addProperty(module, 'PluginInfoProvider', './src/PluginInfo/PluginInfoProvider');
-
- addProperty(module, 'PluginManager', './src/PluginManager');
-
- addProperty(module, 'ConfigChanges', './src/ConfigChanges/ConfigChanges');
- addProperty(module, 'ConfigKeeper', './src/ConfigChanges/ConfigKeeper');
- addProperty(module, 'ConfigFile', './src/ConfigChanges/ConfigFile');
- addProperty(module, 'mungeUtil', './src/ConfigChanges/munge-util');
-
- addProperty(module, 'xmlHelpers', './src/util/xml-helpers');
|