summaryrefslogtreecommitdiff
path: root/test/upgrade_project/rebar.config
diff options
context:
space:
mode:
authorAlexey Romanov <alexey.v.romanov@gmail.com>2011-02-21 12:41:20 +0300
committerAlexey Romanov <alexey.v.romanov@gmail.com>2011-02-21 12:41:20 +0300
commit7dc371d8a3b9a6e2ab9f814c0d2536cf638ceb99 (patch)
tree174193ae08d2824164ba99e63f696a6593ee63c6 /test/upgrade_project/rebar.config
parent2ceeb3272139b7569c8dabc215ca1e7063b0d385 (diff)
parent6056c63eed288736c912c82d6f36aa7dd055f9ca (diff)
Merge branch 'master' of https://github.com/basho/rebar
Diffstat (limited to 'test/upgrade_project/rebar.config')
-rw-r--r--test/upgrade_project/rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/upgrade_project/rebar.config b/test/upgrade_project/rebar.config
new file mode 100644
index 0000000..11b5b9a
--- /dev/null
+++ b/test/upgrade_project/rebar.config
@@ -0,0 +1,4 @@
+{sub_dirs, [
+ "apps/dummy",
+ "rel"
+]}.