diff options
author | Eric <[email protected]> | 2012-12-28 12:14:29 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-28 12:14:29 -0500 |
commit | 39ff3c87aa0d6444e5c3d9ae03538d0f212d81e6 (patch) | |
tree | c444954a22975ff69b1cc5208f6098e34faa7ab1 /rebar.config | |
parent | ae2e47e811ef113c0e6ab1df2bb66a4917f7ea07 (diff) | |
download | relx-39ff3c87aa0d6444e5c3d9ae03538d0f212d81e6.tar.gz relx-39ff3c87aa0d6444e5c3d9ae03538d0f212d81e6.tar.bz2 relx-39ff3c87aa0d6444e5c3d9ae03538d0f212d81e6.zip |
add missing erlydtl to the escript created
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 3561991..8ffc212 100644 --- a/rebar.config +++ b/rebar.config @@ -30,6 +30,6 @@ %% Misc ======================================================================= {escript_incl_apps, - [getopt, erlware_commons]}. + [getopt, erlware_commons, erlydtl]}. {first_files, [rcl_provider]}. |