basho / webmachine (http://webmachine.basho.com/)

A REST-based system for building web applications.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://hg.basho.com/webmachine
commit 121: 4ba7e87c1125
parent 113: 0b8aac8fa334
branch: default
move webmachine.app from src to ebin for rebar compatibility
Bry...@basho.com>
6 months ago

Changed (Δ590 bytes):

raw changeset »

ebin/webmachine.app (26 lines added, 0 lines removed)

src/webmachine.app

Up to file-list ebin/webmachine.app:

1
{application, webmachine,
2
 [{description, "webmachine"},
3
  {vsn, "1.5"},
4
  {modules, [
5
    webmachine,
6
    webmachine_app,
7
    webmachine_decision_core,
8
    webmachine_deps,
9
    webmachine_dispatcher,
10
    webmachine_error_handler,
11
    webmachine_logger,
12
    webmachine_perf_logger,
13
    webmachine_resource,
14
    webmachine_request,
15
    webmachine_skel,
16
    webmachine_sup,
17
    webmachine_mochiweb,
18
    webmachine_multipart,
19
    webmachine_util,
20
    wrq,
21
    wmtrace_resource
22
  ]},
23
  {registered, []},
24
  {mod, {webmachine_app, []}},
25
  {env, []},
26
  {applications, [kernel, stdlib, crypto]}]}.