summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.app
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-10-04 06:04:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-10-04 06:04:19 +0200
commitcabc0995c0e0964ecbef18470c6a483022879071 (patch)
treeea78fc03c11302f847b429fe417cdde412923613 /src/core/ephraim.app
parent2b99ed6fd9cf84c405f426ea0914b233b1f40ef1 (diff)
downloadephraim-cabc0995c0e0964ecbef18470c6a483022879071.tar
ephraim-cabc0995c0e0964ecbef18470c6a483022879071.zip
Major reorganisation of the core, still unfinished...
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,[]}}
+ ]}.