Skip to content

Commit

Permalink
Add rebar and a .app.src file
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd authored and mats cronqvist committed Oct 25, 2010
1 parent 51c3bd4 commit 21fe0c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
10 changes: 10 additions & 0 deletions src/eper.app.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{application, eper,
[
{description, "Erlang Performance and Debugging Tools"},
{vsn, "0.5.1"},
{registered, []},
{applications, [
kernel,
stdlib
]}
]}.

0 comments on commit 21fe0c8

Please sign in to comment.