diff options
author | Eric <[email protected]> | 2012-12-26 20:19:54 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-26 20:21:02 -0500 |
commit | 078d3c349b3f465dc2f45f0bbfcff297e82074e5 (patch) | |
tree | 7123eb46c722745abe5db11a9a52eb8f598d5786 /rebar.config | |
parent | abaaacbfcd0fa186cb05b89d7550a8b1fef7cace (diff) | |
download | relx-078d3c349b3f465dc2f45f0bbfcff297e82074e5.tar.gz relx-078d3c349b3f465dc2f45f0bbfcff297e82074e5.tar.bz2 relx-078d3c349b3f465dc2f45f0bbfcff297e82074e5.zip |
overlay support
This includes support for overlays and fairly complete tests
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 3294d13..3561991 100644 --- a/rebar.config +++ b/rebar.config @@ -8,6 +8,9 @@ {erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git", {branch, "next"}}}, + {erlydtl, ".*", + {git, "https://github.com/evanmiller/erlydtl.git", + {branch, "master"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |