From bb9e2cef0c8f681dc38e09ee4e427649d89d1b44 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Wed, 18 Aug 2010 16:48:50 -0400 Subject: lay down cloudant build system. --- .rebar/templates/dev.template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rebar/templates/dev.template (limited to '.rebar/templates/dev.template') diff --git a/.rebar/templates/dev.template b/.rebar/templates/dev.template new file mode 100644 index 00000000..91a97f2e --- /dev/null +++ b/.rebar/templates/dev.template @@ -0,0 +1,3 @@ +{variables, [{base_dir, "/opt/dbcore"}]}. +{template, "./etc/default.ini", "rel/overlay/etc/default.ini"}. +{file, "rebar-dev.config", "rebar.config"}. -- cgit v1.2.3