Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | [reltool] Allow lib_dir on app level to use relative path | Siri Hansen | |
This commit adds a normalization of the directory given with the lib_dir parameter on application level. This will covert the path to absolute, remove trailing slash and any occurrencies of "xxx/..". | |||
2012-03-22 | [reltool] Add configuration parameter lib_dir on application level | Siri Hansen | |
As a way of specifying one specific version of an application, the following configuration parameter is added on application level: {lib_dir,Dir}, Dir = string() This can be useful if the parent directory of the application directory is not suitable to use as a lib dir on system level. |