From 6896eea150cc06330ab53eb25a65f5f49b510678 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 20 Jan 2015 13:00:32 -0800 Subject: [PATCH] [Persistence] Update bundles.json Update bundles.json to reflect the splitting of the persistence bundle into separate bundles for the Couch adapter and for the persistence cache, in support of WTD-702. --- bundles.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles.json b/bundles.json index 6b0608cdff..31aedf69bb 100644 --- a/bundles.json +++ b/bundles.json @@ -12,7 +12,8 @@ "platform/features/plot", "platform/features/scrolling", "platform/forms", - "platform/persistence", + "platform/persistence/cache", + "platform/persistence/couch", "example/generator" ]