Skip to content

Commit

Permalink
removing erlydtl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperthunk committed Jul 15, 2010
1 parent 7db44f9 commit 0ccdd4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rebar.config
@@ -1,9 +1,8 @@
{lib_dirs, ["deps"]}.
{erl_opts, [debug_info, fail_on_warning]}.
{compile_post_script, "env ERL_LIBS=deps python -c \"import os; os.path.isfile('hrlgen') and os.system('escript hrlgen') or None\""}.
{compile_post_script, "python -c \"import os; os.path.isfile('hrlgen') and os.system('escript hrlgen') or None\""}.
{cover_enabled, true}.
{clean_files, ["logs", "deps", "build", "include/hamcrest.hrl"]}.
{deps, [
{erlydtl, ".*", {git, "http://github.com/archaelus/erlydtl.git", "master"}},
{proper, ".*", {git, "http://github.com/manopapad/proper.git", "master"}}
]}.

0 comments on commit 0ccdd4d

Please sign in to comment.