From 42de4b8b132c9ed8a7e72badccfe118d9c974ecd Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 24 Nov 2014 07:11:11 -0800 Subject: [PATCH] [Common UI] Add common UI bundles Add bundles under commonUI to the set of active bundles. WTD-574. --- bundles.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundles.json b/bundles.json index 6c4dafd07d..53a8058a5a 100644 --- a/bundles.json +++ b/bundles.json @@ -1,5 +1,10 @@ [ "platform/framework", "platform/core", - "platform/representation" + "platform/representation", + "platform/commonUI/browse", + "platform/commonUI/dialog", + "platform/commonUI/general", + + "example/persistence" ] \ No newline at end of file