mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 08:36:24 +00:00
[Build] Load v2 conductor, don't enable
Loads the v2 conductor so that it is included in the build openmct file. It is not enabled by default.
This commit is contained in:
parent
887631500b
commit
ac4d21b252
@ -45,6 +45,7 @@ define([
|
||||
'../example/scratchpad/bundle',
|
||||
'../example/taxonomy/bundle',
|
||||
'../example/worker/bundle',
|
||||
'../example/localTimeSystem/bundle',
|
||||
|
||||
'../platform/commonUI/about/bundle',
|
||||
'../platform/commonUI/browse/bundle',
|
||||
@ -65,6 +66,9 @@ define([
|
||||
'../platform/exporters/bundle',
|
||||
'../platform/features/clock/bundle',
|
||||
'../platform/features/conductor/bundle',
|
||||
'../platform/features/conductor-v2/conductor/bundle',
|
||||
'../platform/features/conductor-v2/compatibility/bundle',
|
||||
'../platform/features/conductor-v2/utcTimeSystem/bundle',
|
||||
'../platform/features/imagery/bundle',
|
||||
'../platform/features/layout/bundle',
|
||||
'../platform/features/pages/bundle',
|
||||
|
Loading…
x
Reference in New Issue
Block a user