| Paste number 60571: | app |
| Pasted by: | mog |
| 5 days, 21 hours ago | |
| None | |
| Paste contents: |
| %%% -*- mode:erlang -*- %%------------------------------------------------------------------------- %%% @author Matthew O'Gorman <mog@rldn.net> %%% @copyright 2007 Matthew O'Gorman %%% @version {@version} %%% @doc App File for Edison Project. %%% @end. %%% License : This program is free software, distributed under the terms of %%% the GNU General Public License Version 2. See the COPYING file %%% at the top of the source tree. %%%------------------------------------------------------------------------- {application, edison, [{description, "Edison Telephony Toolkit."}, {vsn, "0.1"}, {modules, [ed_iax2_server, ed_iax2_sup, edison, ed_server, ed_sup]}, {registered, []}, {applications, [kernel, stdlib]}, % {included_applications, [mnesia, crypto, yaws]}, {included_applications, [crypto]}, {env, []}, {mod, {edison, []}}]}. %% {application, mnesia, %% [{description, "MNESIA CXC 138 12"}, %% {vsn, "4.4.2"}, %% {modules, [ %% mnesia, %% mnesia_backup, %% mnesia_bup, %% mnesia_checkpoint, %% mnesia_checkpoint_sup, %% mnesia_controller, %% mnesia_dumper, %% mnesia_event, %% mnesia_frag, %% mnesia_frag_hash, %% mnesia_frag_old_hash, %% mnesia_index, %% mnesia_kernel_sup, %% mnesia_late_loader, %% mnesia_lib, %% mnesia_loader, %% mnesia_locker, %% mnesia_log, %% mnesia_monitor, %% mnesia_recover, %% mnesia_registry, %% mnesia_schema, %% mnesia_snmp_hook, %% mnesia_snmp_sup, %% mnesia_subscr, %% mnesia_sup, %% mnesia_sp, %% mnesia_text, %% mnesia_tm %% ]}, %% {registered, [ %% mnesia_dumper_load_regulator, %% mnesia_event, %% mnesia_fallback, %% mnesia_controller, %% mnesia_kernel_sup, %% mnesia_late_loader, %% mnesia_locker, %% mnesia_monitor, %% mnesia_recover, %% mnesia_substr, %% mnesia_sup, %% mnesia_tm %% ]}, %% {applications, [kernel, stdlib]}, %% {mod, {mnesia_sup, []}}]}. {application, crypto, [{description, "CRYPTO version 1"}, {vsn, "1.5.1.1"}, {modules, [crypto, crypto_app, crypto_sup, crypto_server]}, {registered, [crypto_sup, crypto_server]}, {start_phases, [{go,[]}]}, {applications, [kernel, stdlib]}, {env, []}, {mod, {crypto_app, []}}]}. %% {application,yaws, %% [{description,"yaws WWW server"}, %% {vsn,"1.76"}, %% {modules,[yaws, yaws_app, yaws_ticker, yaws_config, yaws_server, yaws_sup, yaws_api, yaws_log, yaws_ls, yaws_debug, yaws_compile, yaws_ctl, yaws_cgi, yaws_zlib, yaws_generated, mime_type_c, mime_types, yaws_session_server, yaws_404, yaws_revproxy, yaws_html, yaws_log_file_h, yaws_rss, yaws_dav, yaws_pam, json, jsonrpc, yaws_jsonrpc, yaws_xmlrpc, haxe, yaws_rpc, yaws_soap_srv, yaws_soap_lib, authmod_gssapi, yaws_appmod_cgi]}, %% {registered, []}, %% {mod,{yaws_app,[]}}, %% {env, []}, %% {applications,[kernel,stdlib]}]}. |
This paste has no annotations.