From 078d3c349b3f465dc2f45f0bbfcff297e82074e5 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 26 Dec 2012 20:19:54 -0500 Subject: overlay support This includes support for overlays and fairly complete tests --- rebar.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rebar.config') 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"}}}]}. -- cgit v1.2.3