|
@@ -0,0 +1,19 @@
|
|
|
|
+%%% -*- mode: erlang -*-
|
|
|
|
+%%% $Id$
|
|
|
|
+%%%
|
|
|
|
+
|
|
|
|
+{application, gproc,
|
|
|
|
+ [
|
|
|
|
+ {description, "GPROC"},
|
|
|
|
+ {vsn, "0.01"},
|
|
|
|
+ {id, "GPROC"},
|
|
|
|
+ {modules, [
|
|
|
|
+ %% TODO: fill in this list, perhaps
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {registered, [ ] },
|
|
|
|
+ %% NOTE: do not list applications which are load-only!
|
|
|
|
+ {applications, [ kernel, stdlib, sasl ] },
|
|
|
|
+ {mod, {gproc_app, []} }
|
|
|
|
+ ]
|
|
|
|
+}.
|