~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/sockjs-erlang-wrapper/sockjs-erlang-git/rebar.config

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-11-19 11:42:31 UTC
  • mfrom: (0.2.18) (0.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20121119114231-hvapkn4akng09etr
Tags: 3.0.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% -*- erlang -*-
 
2
%% This is the default `rebar.config` for SockJS-erlang.
 
3
%%
 
4
 
 
5
{erl_opts, [
 
6
            %% fail_on_warning,
 
7
            bin_opt_info,
 
8
            warn_missing_spec,
 
9
            debug_info,
 
10
            warn_export_all
 
11
]}.
 
12
 
 
13
{deps, [
 
14
        {cowboy, ".*",
 
15
         {git, "git://github.com/extend/cowboy.git", "4fb2a6face6e7d6ff1dd34a02c3bd8b63d972624"}}
 
16
       ]}.