diff options
author | nuex <[email protected]> | 2014-02-21 16:53:48 -0500 |
---|---|---|
committer | nuex <[email protected]> | 2014-03-08 19:30:56 -0500 |
commit | adeccbc3c31a1e647c5bb42c6ccf4a7823265755 (patch) | |
tree | 0f3ebcb615e8f28f638d05ff6a664469220c8c1c | |
parent | 953ddba4b8484e29a97c78775dddf281174c5bb2 (diff) | |
download | relx-adeccbc3c31a1e647c5bb42c6ccf4a7823265755.tar.gz relx-adeccbc3c31a1e647c5bb42c6ccf4a7823265755.tar.bz2 relx-adeccbc3c31a1e647c5bb42c6ccf4a7823265755.zip |
add rebar_vsn_plugin directory to rebar.config
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 3c26745..4eef17e 100644 --- a/rebar.config +++ b/rebar.config @@ -16,6 +16,7 @@ {branch, "master"}}}]}. %% Rebar Plugins ============================================================== +{plugin_dir, "deps/rebar_vsn_plugin/src"}. {plugins, [rebar_vsn_plugin]}. %% Compiler Options ============================================================ |