summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorAnthony Ramine <nox@dev-extend.eu>2010-12-15 15:08:15 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-12-22 17:57:21 +0100
commit008dcb8542ed4bb1aed98e3fed92c55b0770d132 (patch)
tree47052cb885d82bc671812e3de68275c495bee1fb /ebin
parent63d5ceb61d68af7f1847e3442a1d3f56b6808672 (diff)
downloadrebar-008dcb8542ed4bb1aed98e3fed92c55b0770d132.tar.gz
Add abnfc support
abnfc is an ABNF parser generator. Options are: - doc_root (defaults to "src") - out_dir (defaults to "src") - source_ext (defaults to ".abnf") - module_ext (defaults to "")
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6f9b6f5..ad37c66 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -2,6 +2,7 @@
[{description, "Rebar: Erlang Build Tool"},
{vsn, "2"},
{modules, [ rebar,
+ rebar_abnfc_compiler,
rebar_app_utils,
rebar_base_compiler,
rebar_config,
@@ -59,6 +60,7 @@
{modules, [
{app_dir, [
rebar_pre_script,
+ rebar_abnfc_compiler,
rebar_protobuffs_compiler,
rebar_neotoma_compiler,
rebar_asn1_compiler,