summaryrefslogtreecommitdiff
path: root/src/rebar_app_utils.erl
Commit message (Collapse)AuthorAgeFilesLines
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Fix bug 770Tuncer Ayaz2011-01-081-2/+10
|
* Tidier improvementsKostis Sagonas2010-10-261-5/+6
|
* Remove warnings reported by xrefKlas Johansson2010-06-191-1/+1
| | | | | | | Replace rebar_util:get_cwd/0 by rebar_utils:get_cwd/0. Luckily the misspelt module name doesn't seem to have caused any harm, since rebar_app_utils:is_app_dir/0 and rebar_rel_utils:is_rel_dir/0 aren't called (only their /1 counterparts).
* Removing some unnecessary debugging messagesDave Smith2010-06-091-2/+0
| | | | | --HG-- extra : rebase_source : 05a045be5aed66ee292e6f5896ab6de71d4a2128
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-071-6/+24
|
* Add caching of app fileDave Smith2010-04-281-7/+13
|
* Refactoring app file access to be via rebar_app_utils in prep for supporting ↵Dave Smith2010-04-281-5/+40
| | | | .app.src
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Refactor rebar to build a self-contained scriptDave Smith2009-12-041-2/+2
|
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-1/+20
|
* Initial commitDave Smith2009-11-251-0/+39