From cabc0995c0e0964ecbef18470c6a483022879071 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 4 Oct 2010 06:04:19 +0200 Subject: Major reorganisation of the core, still unfinished... --- src/core/ephraim.app | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/core/ephraim.app (limited to 'src/core/ephraim.app') 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,[]}} + ]}. -- cgit v1.2.3