From ac4d21b25234334d1312c82bbcefa227753e4c13 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Wed, 12 Oct 2016 13:57:11 -0700 Subject: [PATCH] [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. --- src/defaultRegistry.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/defaultRegistry.js b/src/defaultRegistry.js index e75b513a3c..efabce4d97 100644 --- a/src/defaultRegistry.js +++ b/src/defaultRegistry.js @@ -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',