mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
6896eea150
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.
20 lines
478 B
JSON
20 lines
478 B
JSON
[
|
|
"platform/framework",
|
|
"platform/core",
|
|
"platform/representation",
|
|
"platform/commonUI/about",
|
|
"platform/commonUI/browse",
|
|
"platform/commonUI/edit",
|
|
"platform/commonUI/dialog",
|
|
"platform/commonUI/general",
|
|
"platform/telemetry",
|
|
"platform/features/layout",
|
|
"platform/features/plot",
|
|
"platform/features/scrolling",
|
|
"platform/forms",
|
|
"platform/persistence/cache",
|
|
"platform/persistence/couch",
|
|
|
|
"example/generator"
|
|
]
|