summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2011-01-26 02:15:27 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-29 16:16:37 +0100
commit7ac3a5aa9b03e8e1a1c5b3d8fcdfeedd6819c074 (patch)
tree49ec26f9fa9c0e84e708c301cdca0e1677a55c8f /src/rebar_core.erl
parentb894682ba92baa0f258908cf5dacb5ec0cd14635 (diff)
Move BUILD_TIME and VCS_INFO macros
I have moved these macros from rebar_core.erl to rebar.erl in order to prevent eunit tests from failing (which they currently are).
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 1c3940f..954e6b8 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -34,14 +34,6 @@
-include("rebar.hrl").
--ifndef(BUILD_TIME).
--define(BUILD_TIME, "undefined").
--endif.
-
--ifndef(VCS_INFO).
--define(VCS_INFO, "undefined").
--endif.
-
%% ===================================================================
%% Public API
%% ===================================================================