Remove obsolete appup
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/09e6f07a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/09e6f07a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/09e6f07a Branch: refs/heads/import Commit: 09e6f07ae07dadef839734e002af03fe833b0506 Parents: e54ae8d Author: Adam Kocoloski <a...@cloudant.com> Authored: Wed Jun 6 16:58:12 2012 -0400 Committer: Adam Kocoloski <a...@cloudant.com> Committed: Wed Jun 6 16:58:12 2012 -0400 ---------------------------------------------------------------------- ebin/mem3.appup | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/09e6f07a/ebin/mem3.appup ---------------------------------------------------------------------- diff --git a/ebin/mem3.appup b/ebin/mem3.appup deleted file mode 100644 index ea5b9ca..0000000 --- a/ebin/mem3.appup +++ /dev/null @@ -1,10 +0,0 @@ -{"3.0.0", - [{"1.3.11", [ - {load_module, mem3, brutal_purge, soft_purge, []}, - {load_module, mem3_nodes, brutal_purge, soft_purge, []}, - {add_module, mem3_rep_manager}, - {update, mem3_sup, supervisor}, - {apply, {supervisor, restart_child, [mem3_sup, mem3_rep_manager]}} - ]}], - [{"1.3.11", []}] -}.