%% This is the application resource file (.app file) for the 'dist' %% application. {application, dist, [{description, "Example of distributed application"}, {vsn, "1.0"}, {modules, [dist_app, dist_super, dist_server]}, {registered,[dist_super, dist_server]}, {applications, [kernel,stdlib]}, {mod, {dist_app,[]}}, {start_phases, [{takeover, []}, {go, []}]} ]}.