Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit b62698a

Browse files
committed
Move from .app.src to PROJECT_* Makefile variables
This is recommended by Erlang.mk user guide and we can do it because there is no application env variables for this plugin. This allows to specify the plugin version from the command line: make PROJECT_VERSION=1.0.0
1 parent 37a11b9 commit b62698a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
PROJECT = rabbitmq_clusterer
2+
PROJECT_VERSION =
3+
PROJECT_DESCRIPTION = Declarative RabbitMQ clustering
4+
PROJECT_MOD = rabbit_clusterer
25

36
DEPS = rabbit_common rabbit
47

src/rabbitmq_clusterer.app.src

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)