rebar/priv/templates
joewilliams cb5056b2e3 Get rid of app.config
app.config has been a long standing erroneous file in rebar. Erlang/OTP
documentation suggests a sys.config file instead. This file is stored in
the releases/VSN directory. This does a few things but most importantly
it ensures your config (contained in the application environment)
survives a hot upgrade. It also has the advantage of allowing the
configuration of the application to be versioned along side the
application code. This patch flips rebar to use sys.config rather than
app.config.

Additionally it makes this flip to vm.args as well, making them
versioned just like sys.config.

This patch also includes runner script changes to support the old
etc/app.config config file location and support for Windows.

Thanks to mokele for the initial work and kick in the pants to make this
finially happen.
2011-09-20 09:44:41 -07:00
..
basicnif.c Adapt basicnif template to OTP changes 2011-07-19 17:37:48 +02:00
basicnif.erl Adapt basicnif template to OTP changes 2011-07-19 17:37:48 +02:00
basicnif.template Adding basic NIF template 2010-03-25 22:32:53 -06:00
ctsuite.erl Remove gratuitous spaces 2011-02-15 17:26:01 +01:00
ctsuite.template Add common_test suite template 2011-02-15 17:21:56 +01:00
simpleapp.app.src Adding simpleapp.app.src 2010-06-22 11:02:54 -06:00
simpleapp.template Add file local variables where appropriate 2011-04-15 17:22:49 +02:00
simpleapp_app.erl Sketching out templating system 2010-01-07 22:18:55 -07:00
simpleapp_sup.erl Fixing some typos in simpleapp template 2010-01-09 06:23:35 -07:00
simplefsm.erl Whitespace cleanups 2011-07-13 17:59:07 +02:00
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod.erl Whitespace cleanups 2011-07-13 17:59:07 +02:00
simplemod.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod_tests.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplenode.erl.script Change shebang lines to /bin/sh 2011-07-13 18:00:52 +02:00
simplenode.nodetool Clean up emacs file local variables 2011-01-31 17:55:36 +01:00
simplenode.reltool.config Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.runner Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.sys.config Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.template Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.vm.args Add file local variables where appropriate 2011-04-15 17:22:49 +02:00
simplenode.windows.runner.cmd Add console command to windows runner script 2011-09-20 17:26:39 +02:00
simplenode.windows.start_erl.cmd Get rid of app.config 2011-09-20 09:44:41 -07:00
simplesrv.erl Whitespace cleanups 2011-07-13 17:59:07 +02:00
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00