openmct/bundles.json
Victor Woeltjen 14d152102b [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.
2014-12-01 13:26:01 -08:00

14 lines
316 B
JSON

[
"platform/framework",
"platform/core",
"platform/representation",
"platform/commonUI/browse",
"platform/commonUI/edit",
"platform/commonUI/dialog",
"platform/commonUI/general",
"platform/telemetry",
"platform/features/plot",
"example/generator",
"example/persistence"
]