From 14d152102bda81413e5e2181cad5deb293b0880b Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 1 Dec 2014 13:26:01 -0800 Subject: [PATCH] [Plot] Include plot as an active bundle Include the Plot view among active bundles, as well as the sine wave generator from the example bundles to support development. WTD-533. --- bundles.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles.json b/bundles.json index aeeccff228..c9bd1a9484 100644 --- a/bundles.json +++ b/bundles.json @@ -7,6 +7,8 @@ "platform/commonUI/dialog", "platform/commonUI/general", "platform/telemetry", + "platform/features/plot", + "example/generator", "example/persistence" ] \ No newline at end of file