%% This is the application resource file (.app file) for the 'base' %% application. {application, base, [{description, "Example of application running on all nodes"}, {vsn, "1.5"}, {modules, [base_app, base_super, base_server]}, {registered,[base_super, base_server]}, {applications, [kernel,stdlib]}, {mod, {base_app,[]}} ]}.