Migrate erlware_commons to rebar support

This commit is contained in:
Eric Merritt 2012-06-05 17:59:46 -05:00
parent 26a2e91d4a
commit c828f7415a
3 changed files with 4 additions and 18 deletions

View file

@ -0,0 +1,20 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, erlware_commons,
[{description, "Additional standard library for Erlang"},
{vsn, "0.7.0"},
{modules, [
ec_talk,
ec_lists,
ec_plists,
ec_file,
ec_string,
ec_semver,
ec_date,
ec_dictionary,
ec_assoc_list,
ec_dict,
ec_gb_trees,
ec_rbdict,
ec_orddict]},
{registered, []},
{applications, [kernel, stdlib]}]}.