Merge pull request #11 from rabbitmq/fix-schema
Revert commit 0dde05a6d
This commit is contained in:
commit
a65e804a55
|
|
@ -23,7 +23,7 @@
|
||||||
init_schemas(App, Config) ->
|
init_schemas(App, Config) ->
|
||||||
DepsDir = ?config(erlang_mk_depsdir, Config),
|
DepsDir = ?config(erlang_mk_depsdir, Config),
|
||||||
% Note: the schema for the rabbit app is named "rabbitmq.schema"
|
% Note: the schema for the rabbit app is named "rabbitmq.schema"
|
||||||
RabbitSchema = find_app_schema(rabbitmq, DepsDir),
|
RabbitSchema = filename:join([DepsDir, "rabbit", "priv", "schema", "rabbitmq.schema"]),
|
||||||
Schemas = case App of
|
Schemas = case App of
|
||||||
rabbit -> [RabbitSchema];
|
rabbit -> [RabbitSchema];
|
||||||
_ -> [RabbitSchema, find_app_schema(App, DepsDir)]
|
_ -> [RabbitSchema, find_app_schema(App, DepsDir)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue