Sha256: 6ec7b48f5b3dab8b9015df95e6a936a97be3219a9202a4c06460e1b4d2dc81d8

Contents?: true

Size: 1.63 KB

Versions: 28

Compression:

Stored size: 1.63 KB

Contents

%%% -*- mode:erlang -*-
{application, thrift,
 [
  % A quick description of the application.
  {description, "Thrift bindings"},

  % The version of the applicaton
  {vsn, "0.1"},

  % All modules used by the application.
  {modules, [
       test_handler, test_service, thrift_app, thrift_base64_transport, thrift_binary_protocol, thrift_buffered_transport, thrift_client, thrift_disk_log_transport, thrift_file_transport, thrift_framed_transport, thrift_http_transport, thrift_processor, thrift_protocol, thrift_server, thrift_service, thrift_socket_server, thrift_socket_transport, thrift_sup, thrift_transport
   ]},

  % All of the registered names the application uses. This can be ignored.
  {registered, []},

  % Applications that are to be started prior to this one. This can be ignored
  % leave it alone unless you understand it well and let the .rel files in
  % your release handle this.
  {applications,
   [
    kernel,
    stdlib
   ]},

  % OTP application loader will load, but not start, included apps. Again
  % this can be ignored as well.  To load but not start an application it
  % is easier to include it in the .rel file followed by the atom 'none'
  {included_applications, []},

  % configuration parameters similar to those in the config file specified
  % on the command line. can be fetched with gas:get_env
  {env, [
         % If an error/crash occurs during processing of a function,
         % should the TApplicationException serialized back to the client
         % include the erlang backtrace?
         {exceptions_include_traces, true}
  ]},

  % The Module and Args used to start this application.
  {mod, {thrift_app, []}}
 ]
}.

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.1 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.10 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.11 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.12 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.13 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.14 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.15 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.16 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.2 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.3 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.4 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.6 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.7 examples/thrift/erlang/deps/thrift/ebin/thrift.app
auser-poolparty-1.3.8 examples/thrift/erlang/deps/thrift/ebin/thrift.app
fairchild-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/ebin/thrift.app
fairchild-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/ebin/thrift.app
poolparty-1.3.15 examples/thrift/erlang/deps/thrift/ebin/thrift.app