From d2b0aa879500a1f7aba3acc9ee57d232864b31b7 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 20 Oct 2010 15:18:28 -0400 Subject: let rebar manage the module lists --- apps/fabric/src/fabric.app.src | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/fabric/src/fabric.app.src (limited to 'apps/fabric/src') diff --git a/apps/fabric/src/fabric.app.src b/apps/fabric/src/fabric.app.src new file mode 100644 index 00000000..0b626ba7 --- /dev/null +++ b/apps/fabric/src/fabric.app.src @@ -0,0 +1,6 @@ +{application, fabric, [ + {description, "Routing and proxying layer for CouchDB cluster"}, + {vsn, "1.0.3"}, + {registered, []}, + {applications, [kernel, stdlib, couch, rexi, mem3]} +]}. -- cgit v1.2.3