Skip to content

Commit

Permalink
fix spotter pluggin
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Oct 20, 2019
1 parent 9fb1ae8 commit b9c7256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfPharoGT/BaselineOfPharoGT.class.st
Expand Up @@ -36,9 +36,9 @@ BaselineOfPharoGT >> baseline: spec [
spec
group: 'Core' with: #('OpalCompiler-Tools' 'GT-Inspector' 'GT-InspectorExtensions-Core'
'GT-Playground' 'GT-EventRecorder' 'GT-Spotter' 'GT-Spotter-UI' 'GT-SpotterExtensions-Core'
'GT-Debugger' 'GT-BytecodeDebugger' 'GT-SUnitDebugger');
'GT-Debugger' 'GT-BytecodeDebugger' 'GT-SUnitDebugger' 'Calypso-SystemPlugins-Spotter');
group: 'Tests' with: #('GT-Tests-Debugger' 'GT-Tests-Inspector' 'GT-Tests-Playground'
'GT-Tests-Spotter' Calypso-SystemPlugins-Spotter);
'GT-Tests-Spotter');
group: 'default' with: #('Core' 'Tests') ]
]

Expand Down

0 comments on commit b9c7256

Please sign in to comment.