diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 16:55:14 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 16:55:14 +0100 |
commit | 6ffed4950c8e99d33858b615dd4ea144fe6cdc61 (patch) | |
tree | 8f0dbdfcf7cf9874d9cafa850df62e66a7d5985c /.hgignore | |
parent | c66e8d1f66a0bdbba4a5584d62cd98eb6837b642 (diff) | |
download | rabbitmq-server-6ffed4950c8e99d33858b615dd4ea144fe6cdc61.tar.gz |
Codegen up two different versions of rabbit_framing and provide a dispatcher to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ syntax: regexp ^dist/ ^include/rabbit_framing\.hrl$ ^include/rabbit_framing_spec\.hrl$ -^src/rabbit_framing\.erl$ +^src/rabbit_framing_amqp.*\.erl$ ^src/.*\_usage.erl$ ^rabbit\.plt$ ^basic.plt$ |