mirror of
https://github.com/correl/rebar.git
synced 2025-01-08 03:00:12 +00:00
2af51af986
In inttest/proto_protobuffs, replace the external dependency to erlang_protobuffs, a protocol buffer compiler, with a simple mock. The mock provides enough of what is needed for inttest only, which is to generate some dummy content, but with proper file names.
4 lines
98 B
Erlang
4 lines
98 B
Erlang
%% -*- erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
%% ex: ts=4 sw=4 et
|
|
|
|
-module(protobuffs).
|