Remove custom 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/8ca5c513 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/8ca5c513 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/8ca5c513 Branch: refs/heads/import Commit: 8ca5c513bb4a195fdcd97796af377d6d8b93fdcb Parents: abe10a0 Author: Adam Kocoloski <[email protected]> Authored: Tue May 8 13:04:10 2012 -0400 Committer: Adam Kocoloski <[email protected]> Committed: Tue May 8 13:04:10 2012 -0400 ---------------------------------------------------------------------- ebin/mem3.appup | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/8ca5c513/ebin/mem3.appup ---------------------------------------------------------------------- diff --git a/ebin/mem3.appup b/ebin/mem3.appup deleted file mode 100644 index 10926b8..0000000 --- a/ebin/mem3.appup +++ /dev/null @@ -1,19 +0,0 @@ -{"1.3.7", - [ - {"1.3.6", [ - {add_module, mem3_sync_nodes}, - {update, mem3_sup, supervisor}, - {apply, {supervisor, restart_child, [mem3_sup, mem3_sync_nodes]}}, - {load_module, mem3_sync}, - {load_module, mem3_sync_event} - ]}, - {"1.3.4", [ - {add_module, mem3_sync_nodes}, - {update, mem3_sup, supervisor}, - {apply, {supervisor, restart_child, [mem3_sup, mem3_sync_nodes]}}, - {update, mem3_sync, {advanced, []}}, - {load_module, mem3_sync_event} - ]} - ], - [{"1.3.6", []}, {"1.3.4", []}] -}.
