diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-27 11:52:55 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-07-27 11:52:55 -0400 |
commit | 33ee9064a3434baef7b5f026c8e41b563ac8d5e0 (patch) | |
tree | 2d9e2a353c0ee68c4ec1e51f859a73fc61333d59 | |
parent | c2cb8bd724ad870ae347334ddc4f6862b9244514 (diff) |
add the appups for real
-rw-r--r-- | ebin/fabric.appup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/fabric.appup b/ebin/fabric.appup new file mode 100644 index 00000000..d1f43486 --- /dev/null +++ b/ebin/fabric.appup @@ -0,0 +1,3 @@ +{"1.0.1",[{"1.0",[ + {load_module, fabric_doc_update} +]}],[{"1.0",[]}]}. |