Update egs.app.src and let rebar fill in the modules.
This commit is contained in:
parent
35bcf4595e
commit
1e264d3e1b
@ -1,37 +1,8 @@
|
||||
%%-*- mode: erlang -*-
|
||||
{application, egs, [
|
||||
{description, "EGS online action-RPG game server"},
|
||||
{vsn, "0.8"},
|
||||
{modules, [
|
||||
egs,
|
||||
egs_app,
|
||||
egs_sup,
|
||||
egs_conf,
|
||||
egs_seasons,
|
||||
egs_items_db,
|
||||
egs_npc_db,
|
||||
egs_shops_db,
|
||||
egs_accounts,
|
||||
egs_counters,
|
||||
egs_game_server,
|
||||
egs_login_server,
|
||||
egs_exit_mon,
|
||||
egs_user_model,
|
||||
egs_network,
|
||||
egs_login,
|
||||
egs_char_select,
|
||||
egs_game,
|
||||
nbl,
|
||||
reloader,
|
||||
psu_game,
|
||||
psu_patch,
|
||||
psu_instance,
|
||||
psu_proto,
|
||||
psu_appearance,
|
||||
psu_characters,
|
||||
psu_party,
|
||||
psu_parser
|
||||
]},
|
||||
{vsn, "0.9"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
Loading…
Reference in New Issue
Block a user