Skip to content

Commit

Permalink
Merge pull request #5 from spawngrid/rebar-erlware_commons
Browse files Browse the repository at this point in the history
Rebar dependency for erlware_commons
  • Loading branch information
ericbmerritt committed Jan 26, 2012
2 parents e6ee118 + fea43c3 commit 01c4df9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_build
erl_crash.dump
doc/_site
deps
ebin
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{deps,
[{erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git",
{branch, "master"}}}]}.

0 comments on commit 01c4df9

Please sign in to comment.