<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>60571</integer>
    </number>
    <user>
      <string>mog</string>
    </user>
    <title>
      <string>app</string>
    </title>
    <contents>
      <string>%%% -*- mode:erlang -*-
%%-------------------------------------------------------------------------
%%% @author    Matthew O'Gorman &lt;mog@rldn.net&gt;
%%% @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, &quot;Edison Telephony Toolkit.&quot;},
  {vsn, &quot;0.1&quot;},
  {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, &quot;MNESIA  CXC 138 12&quot;},
%%   {vsn, &quot;4.4.2&quot;},
%%   {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, &quot;CRYPTO version 1&quot;},
    {vsn, &quot;1.5.1.1&quot;},
    {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,&quot;yaws WWW server&quot;},
%%   {vsn,&quot;1.76&quot;},
%%   {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]}]}.
</string>
    </contents>
    <universal-time>
      <integer>3419476390</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string>Erlang</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </paste>
</paste-with-annotations>