summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-14 23:19:42 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-15 01:28:48 +0100
commit9ac9d935c0dc89506c7b60a21d131372040a1b8c (patch)
tree49b2e5843427fcab336f2d2c3f13248276629e2f /rebar.config.sample
parente6ee469c4d294d423735ab6d0015fb8ae3e73c1f (diff)
downloadrebar-9ac9d935c0dc89506c7b60a21d131372040a1b8c.tar.gz
rebar.config.sample: fix raw dep example formatting
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample23
1 files changed, 13 insertions, 10 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 54a9b5a..ff50f23 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -139,16 +139,19 @@
{application_name, "1.0.*"},
{application_name, "1.0.*",
{git, "git://github.com/basho/rebar.git", {branch, "master"}}},
-
-%% Dependencies can be marked as 'raw'. Rebar does not require such dependencies
-%% to have a standard Erlang/OTP layout which assumes the presence of either
-%% "src/dependency_name.app.src" or "ebin/dependency_name.app" files.
-%%
-%% 'raw' dependencies can still contain 'rebar.config' and even can have the
-%% proper OTP directory layout, but they won't be compiled.
-%%
-%% Only a subset of rebar commands will be executed on the 'raw' subdirectories:
-%% get-deps, update-deps, check-deps, list-deps and delete-deps.
+ %% Dependencies can be marked as 'raw'. Rebar does not require
+ %% such dependencies to have a standard Erlang/OTP layout
+ %% which assumes the presence of either
+ %% "src/dependency_name.app.src" or "ebin/dependency_name.app"
+ %% files.
+ %%
+ %% 'raw' dependencies can still contain 'rebar.config' and
+ %% even can have the proper OTP directory layout, but they
+ %% won't be compiled.
+ %%
+ %% Only a subset of rebar commands will be executed on the
+ %% 'raw' subdirectories: get-deps, update-deps, check-deps,
+ %% list-deps and delete-deps.
{application_name, "",
{git, "git://github.com/basho/rebar.git", {branch, "master"}},
[raw]}]}.