aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_app_info.erl
AgeCommit message (Collapse)Author
2013-05-09Basic file rename from rcl to rlxEric
2013-04-09fixes #29 - look for common sub dirs for discoveryEric B Merritt
With this change relcool looks for the common sub directories to add to the search. Those directories are now, relative to the project dir, `apps`, `lib`, `ebin`, and the release output dir. These automatic subdirs can be disabled by setting `disable_project_subdirs` to `true` in the config. The release output dir is also added to the discovery process. This can be disabled by setting `disable_discover_release_output` to true.
2013-01-24fix and normalize module headersEric
2012-12-26fix small bug in rcl_app_info defaultsEric
2012-11-21support a new 'link' field in rcl_app_infoEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-18add depsolver directly to the systemEric
This is sub-optimal but I suspect rcl_depsolver is going to migrate away from depsolver in any case.
2012-09-18make sure errors carry the name of the module that created themEric
This allows errors to be printed at the source
2012-09-18rcl_app_info must support comparible versionsEric
This changes moves rcl_app_info to store the version as a parsed semver rather then a string, making it comparable. tmp app info
2012-09-18make sure that app_info can print a representation of itselfEric
2012-09-12support OTP App discovery in the systemEric