Sha256: 8568b2b45b089348f93e474e44886fb1ce1876cf68544f7064a2551f08aef7f9

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

{application, master,
  [
		% Quick description of the server
		{description, "Master Server for PoolParty"},
		% Version
		{vsn, "0.1"},
		% All modules used by the application.  
		{modules, [master_app, pm_master, pm_master_supervisor, utils]},
		% All the registered names in the application
		{registered, [pm_master, pm_master_supervisor]},
		% These must be started for application to run
		{applications, [kernel, stdlib]},
		% Environment vars
		{env, []},
		% Module and Args used to start
		{mod, {master_app, []}},
		{start_phases, []}
	]
}.

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
auser-poolparty-0.2.16 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.20 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.21 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.22 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.23 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.24 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.25 lib/erlang/messenger/ebin/master.app
auser-poolparty-0.2.26 lib/erlang/messenger/ebin/master.app
poolparty-0.2.18 lib/erlang/messenger/ebin/master.app