aboutsummaryrefslogtreecommitdiffstats
path: root/lib/gs/src/gs.app.src
AgeCommit message (Collapse)Author
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.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP