aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/src/orber.app.src
AgeCommit message (Collapse)Author
2015-05-20Merge branch 'master' of git-server:otpLars Thorsen
Conflicts: lib/orber/src/orber.app.src
2015-05-20[orber] Update runtime dependency to stdlibLars Thorsen
2015-05-08[orber, cos*] Bump versions and update dependencies in app fileLars Thorsen
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
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.
2011-02-10Eliminated Dialyzer warnings when using exit or throw.Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP