Commit fc79eeb 1 parent a9ec8db commit fc79eeb Copy full SHA for fc79eeb
File tree 3 files changed +7
-82
lines changed
platform/features/conductor-v2/compatibility
3 files changed +7
-82
lines changed Original file line number Diff line number Diff line change 33
33
'example/imagery' ,
34
34
'example/eventGenerator' ,
35
35
'example/generator' ,
36
+ 'example/msl' ,
37
+ 'example/notifications' ,
38
+ 'platform/features/conductor-v2/conductor' ,
39
+ 'platform/features/conductor-v2/compatibility' ,
40
+ 'platform/features/conductor-v2/utcTimeSystem' ,
41
+ //'example/localTimeSystem'
42
+ 'example/generator' ,
36
43
'platform/features/my-items' ,
37
44
'platform/persistence/local'
38
45
] . forEach (
Original file line number Diff line number Diff line change 23
23
define ( [
24
24
"./src/ConductorTelemetryDecorator" ,
25
25
"./src/ConductorRepresenter" ,
26
- "./src/ConductorService" ,
27
26
'legacyRegistry'
28
27
] , function (
29
28
ConductorTelemetryDecorator ,
@@ -34,15 +33,6 @@ define([
34
33
35
34
legacyRegistry . register ( "platform/features/conductor-v2/compatibility" , {
36
35
"extensions" : {
37
- "services" : [
38
- {
39
- "key" : "conductorService" ,
40
- "implementation" : ConductorService ,
41
- "depends" : [
42
- "openmct"
43
- ]
44
- }
45
- ] ,
46
36
"representers" : [
47
37
{
48
38
"implementation" : ConductorRepresenter ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments