ported code to use rebar and R14B

This commit is contained in:
Scott Chacon
2010-11-03 15:53:14 -07:00
parent fc4b19eff1
commit c1ea72abae
8 changed files with 71 additions and 44 deletions

14
ebin/geef.app Normal file
View File

@@ -0,0 +1,14 @@
{application, geef,
[
{description, ""},
{vsn, "0.0.1"},
{modules, [
geef
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.