Current section

Files

Jump to
reltool_util src reltool_util.app.src
Raw

src/reltool_util.app.src

%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
{application, reltool_util,
[{description, "Reltool Utility Functions"},
{vsn, "2.0.7"},
{modules, [reltool_util]},
{registered, []},
{applications, [stdlib, kernel]}]}.