summaryrefslogtreecommitdiff
path: root/lib/tools/src/tools.app.src
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2014-03-10 17:15:38 +0100
committerRickard Green <rickard@erlang.org>2014-03-20 16:24:47 +0100
commit22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c (patch)
tree139aada2c279f9e2adf6e00affbcd88fc0f9dc45 /lib/tools/src/tools.app.src
parent7bc03971cfe09a2acbcd3bdaef1069af6272b127 (diff)
downloaderlang-22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c.tar.gz
Introduce runtime_dependencies in .app files
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
Diffstat (limited to 'lib/tools/src/tools.app.src')
-rw-r--r--lib/tools/src/tools.app.src22
1 files changed, 4 insertions, 18 deletions
diff --git a/lib/tools/src/tools.app.src b/lib/tools/src/tools.app.src
index 553c5eb96b..ec5b6f3a82 100644
--- a/lib/tools/src/tools.app.src
+++ b/lib/tools/src/tools.app.src
@@ -39,23 +39,9 @@
{applications, [kernel, stdlib]},
{env, [{file_util_search_methods,[{"", ""}, {"ebin", "esrc"}, {"ebin", "src"}]}
]
- }
+ },
+ {runtime_dependencies, ["webtool-0.8.10","stdlib-2.0","runtime_tools-1.8.14",
+ "kernel-3.0","inets-5.10","erts-6.0",
+ "compiler-5.0"]}
]
}.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-