summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.app
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim.app')
-rw-r--r--src/core/ephraim.app6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ephraim.app b/src/core/ephraim.app
new file mode 100644
index 0000000..c3a5a9f
--- /dev/null
+++ b/src/core/ephraim.app
@@ -0,0 +1,6 @@
+{application, ephraim,
+ [{vsn, "1"},
+ {modules, [ephraim, ephraim_config]},
+ {applications, [kernel, stdlib, exmpp]},
+ {mod, {ephraim,[]}}
+ ]}.