aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-05-19 11:57:11 +0200
committerHans Bolinder <[email protected]>2015-05-25 09:56:27 +0200
commit2c2260044637b8acd706cf3a784568e27340e61e (patch)
tree7db521e8f031a30d4d8d025d0353d5daa377f5d4 /lib/edoc
parent46a50404b4d0eed5594cf468a4a61cfff9aec84f (diff)
downloadotp-2c2260044637b8acd706cf3a784568e27340e61e.tar.gz
otp-2c2260044637b8acd706cf3a784568e27340e61e.tar.bz2
otp-2c2260044637b8acd706cf3a784568e27340e61e.zip
Update runtime_dependencies in application resource files
Applications that use the new erl_anno module are depending on STDLIB 2.5. Note that CosNotification, Megaco, SNMP, Xmerl, and Parsetools use the erl_anno module via the Yecc parsers only (the header file in lib/parsetools/include/yeccpre.hrl calls the erl_anno module). HiPE does not call the erl_anno module, but uses an exported type. We have chosen to make HiPE dependent on the erl_anno module.
Diffstat (limited to 'lib/edoc')
-rw-r--r--lib/edoc/src/edoc.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc.app.src b/lib/edoc/src/edoc.app.src
index 9e1155d3e8..e4b9040c78 100644
--- a/lib/edoc/src/edoc.app.src
+++ b/lib/edoc/src/edoc.app.src
@@ -23,5 +23,5 @@
{registered,[]},
{applications, [compiler,kernel,stdlib,syntax_tools]},
{env, []},
- {runtime_dependencies, ["xmerl-1.3.7","syntax_tools-1.6.14","stdlib-2.0",
+ {runtime_dependencies, ["xmerl-1.3.7","syntax_tools-1.6.14","stdlib-2.5",
"kernel-3.0","inets-5.10","erts-6.0"]}]}.