summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-27 11:52:55 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:21:00 -0400
commite353d40c50b2355129f283bff2165da0b3a05d1c (patch)
treea9afcb59ec3fa133c285d3833e553c0240d55585
parent875f8552e49eb2c4d281533035acd548c7ebba92 (diff)
add the appups for real
-rw-r--r--ebin/chttpd.appup5
1 files changed, 5 insertions, 0 deletions
diff --git a/ebin/chttpd.appup b/ebin/chttpd.appup
new file mode 100644
index 00000000..f0c687f7
--- /dev/null
+++ b/ebin/chttpd.appup
@@ -0,0 +1,5 @@
+{"1.0.1",[{"1.0",[
+ {load_module, chttpd_misc},
+ {load_module, chttpd},
+ {load_module, cloudant_auth}
+]}],[{"1.0",[]}]}.