mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
3682eb73cb
Remove temporary script file (introduced for initial build/repository setup to illustrate naming conventions and test declaration) from framework sources. Completes implementation of framework layer for WTD-518.
15 lines
374 B
JSON
15 lines
374 B
JSON
[
|
|
"FrameworkInitializer",
|
|
"bootstrap/ApplicationBootstrapper",
|
|
"load/Bundle",
|
|
"load/BundleLoader",
|
|
"load/Extension",
|
|
"register/CustomRegistrars",
|
|
"register/ExtensionRegistrar",
|
|
"register/PartialConstructor",
|
|
"register/ServiceCompositor",
|
|
"resolve/BundleResolver",
|
|
"resolve/ExtensionResolver",
|
|
"resolve/ImplementationLoader"
|
|
]
|