[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:
Pete Richards 2016-10-12 13:57:11 -07:00
parent 887631500b
commit ac4d21b252

View File

@ -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',