summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-02-23 19:45:44 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-12 16:48:16 +0100
commit4ceb9e07a3408469c9a9f23203358868823779e0 (patch)
treed1b5698d27eb09bb39c4d266aecd5d06094d0aea /rebar.config.sample
parentbc98a4820ed17ebcfcf98440f6d2cb63826bd1fb (diff)
Deprecate old hooks
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample20
1 files changed, 0 insertions, 20 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 9870017..ca164fd 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -8,18 +8,6 @@
%% Additional library directories to add to the code path
{lib_dirs, []}.
-%% Command to run before compiling
-{compile_pre_script, "./script.sh"}.
-
-%% Command to run after compiling
-{compile_post_script, "./script.sh"}.
-
-%% Command to run before cleaning
-{clean_pre_script, "./script.sh"}.
-
-%% Command to run after cleaning
-{clean_post_script, "./script.sh"}.
-
%% == Erlang Compiler ==
%% Erlang files to compile before the rest. Rebar automatically compiles
@@ -54,14 +42,6 @@
%% more info. Default is `[]'
{port_envs, []}.
-%% Tuple which specifies a pre-compilation script to run, and a filename that
-%% exists as a result of the script running.
-{port_pre_script, {"script.sh", "skipfile"}}.
-
-%% String that specifies a script to run during cleanup. Use this to remove
-%% files/directories created by port_pre_script.
-{port_cleanup_script, "cleanup.sh"}.
-
%% Custom name of the port driver .so file. Defaults to `<Application>_drv.so'.
{so_name, "driver.so"}.