Fix up directory structure for rebar3
authorMatt Mullins <mmullins@mmlx.us>
Mon, 2 Dec 2019 03:43:24 +0000 (19:43 -0800)
committerMatt Mullins <mmullins@mmlx.us>
Mon, 2 Dec 2019 03:43:24 +0000 (19:43 -0800)
commita1a5e70a9d51100beb117ea3e36e543a7f972471
tree3b7ff64486a7944d94d11bc0bc531bd3bc43bdf7
parentaf205db5bf109bca5f36c2489e5c56605e4ac542
Fix up directory structure for rebar3
31 files changed:
amqp/src/amqp.app.src [moved from amqp/amqp.app with 100% similarity]
amqp/src/amqp.appup [moved from amqp/amqp.appup with 100% similarity]
amqp/src/amqp_app.erl [moved from amqp/amqp_app.erl with 100% similarity]
amqp/src/amqp_bot_connection.erl [moved from amqp/amqp_bot_connection.erl with 100% similarity]
amqp/src/amqp_bot_listener.erl [moved from amqp/amqp_bot_listener.erl with 100% similarity]
amqp/src/amqp_bot_sup.erl [moved from amqp/amqp_bot_sup.erl with 100% similarity]
bot-4.5.rel [deleted file]
bot.rel [deleted file]
core/src/config.erl [moved from core/config.erl with 100% similarity]
core/src/core.app.src [moved from core/core.app with 100% similarity]
core/src/core.appup [moved from core/core.appup with 100% similarity]
core/src/core_app.erl [moved from core/core_app.erl with 100% similarity]
core/src/core_sup.erl [moved from core/core_sup.erl with 100% similarity]
core/src/pid_cache.erl [moved from core/pid_cache.erl with 100% similarity]
core/src/rate_limit.erl [moved from core/rate_limit.erl with 100% similarity]
irc/src/irc.app.src [moved from irc/irc.app with 100% similarity]
irc/src/irc.appup [moved from irc/irc.appup with 100% similarity]
irc/src/irc_amqp_listener.erl [moved from irc/irc_amqp_listener.erl with 100% similarity]
irc/src/irc_app.erl [moved from irc/irc_app.erl with 100% similarity]
irc/src/irc_channel_sup.erl [moved from irc/irc_channel_sup.erl with 100% similarity]
irc/src/irc_command.erl [moved from irc/irc_command.erl with 100% similarity]
irc/src/irc_conn.erl [moved from irc/irc_conn.erl with 100% similarity]
irc/src/irc_net_sup.erl [moved from irc/irc_net_sup.erl with 100% similarity]
irc/src/irc_object_sup.erl [moved from irc/irc_object_sup.erl with 100% similarity]
irc/src/irc_pid_cache.erl [moved from irc/irc_pid_cache.erl with 100% similarity]
irc/src/irc_sup.erl [moved from irc/irc_sup.erl with 100% similarity]
irc/src/irc_user_sup.erl [moved from irc/irc_user_sup.erl with 100% similarity]
irc/src/irc_util.erl [moved from irc/irc_util.erl with 100% similarity]
irc/src/irc_util.hrl [moved from irc/irc_util.hrl with 100% similarity]
rebar.config [new file with mode: 0644]
rebar.lock [new file with mode: 0644]